summaryrefslogtreecommitdiff
path: root/extra/capi4hylafax/capi4hylafax.install
blob: 20c2d8f6361fed2ea5f322692a5f30fe68d2be1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
}