PKGBUILDs/extra/capi4hylafax/capi4hylafax.install
2009-10-09 21:23:22 -05:00

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
}