mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
16 lines
295 B
Text
16 lines
295 B
Text
post_install() {
|
|
cat << EOF
|
|
For more information about setting up the package, please have a look here:
|
|
"http://wiki.archlinux.org/index.php/capi4hylafax"
|
|
EOF
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install $1
|
|
}
|
|
|
|
post_remove() {
|
|
cat << EOF
|
|
Please remove your additions to /var/spool/hylafax/etc/config
|
|
EOF
|
|
}
|