blob: 9554b6ccb97b6b56ee16dd434c302afb289d1362 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# arg 1: the new package version
post_install() {
cat << EOM
==> mairix post-install message:
==> copy /etc/mairixrc.sample in ~/.mairixrc
==> and edit it according to your needs.
EOM
}
|