PKGBUILDs/extra/capi4hylafax/capi4hylafax.install

17 lines
295 B
Text
Raw Normal View History

2009-10-10 02:23:22 +00:00
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
}