PKGBUILDs/community/mairix/mairix.install

18 lines
212 B
Text
Raw Normal View History

2009-10-10 02:15:33 +00:00
# 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 $*