archrelease: copy trunk to extra-x86_64
[arch-packages.git] / hylafax / trunk / hylafax.install
blob95772295c645eaeacb3d3ca93ea542df6304d1bb
2 print_install() {
3   printf "\n"
4   echo "Run faxsetup to configure and be sure to set..."
5   echo "  The device to configure is usually ttyS0"
6   echo "  The number of pages to accept to more than 25"
7   echo "  The country code and area code"
8   echo "  The faxclass to 2.0"
9   echo "  Most other defaults are OK"
10   printf "\n"
13 print_remove() {
14   printf "\n\n"
15   echo "You may manually remove /var/spool/hylafax and /usr/lib/fax if you do not need anything."
16   echo "You may also remove any aliases added to /etc/mail/aliases."
17   printf "\n"
20 post_install() {
21   print_install
24 pre_remove() {
25   print_remove