diff options
Diffstat (limited to 'community/mairix/mairix.install')
-rw-r--r-- | community/mairix/mairix.install | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/community/mairix/mairix.install b/community/mairix/mairix.install new file mode 100644 index 000000000..9554b6ccb --- /dev/null +++ b/community/mairix/mairix.install @@ -0,0 +1,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 + +} + |