mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-12-08 23:03:46 +00:00
17 lines
212 B
Text
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 $*
|