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 }