PKGBUILDs/community/mairix/mairix.install
2009-10-09 21:15:33 -05:00

17 lines
212 B
Text

# 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
}
op=$1
shift
$op $*