diff options
author | Chris Walker <kris240376@gmail.com> | 2019-05-09 23:29:21 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-05-09 23:29:21 +0700 |
commit | 2e9d44034b653e2f169042843790052f6d237687 (patch) | |
tree | a1fb7668ba248617442967e218a043e922b3a931 /network/hylafax+/doinst.sh | |
parent | 98398718ac986ab947eb757089cefcf8c008cfbf (diff) | |
download | slackbuilds-2e9d44034b653e2f169042843790052f6d237687.tar.gz |
network/hylafax+: Updated for version 7.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/hylafax+/doinst.sh')
-rw-r--r-- | network/hylafax+/doinst.sh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/network/hylafax+/doinst.sh b/network/hylafax+/doinst.sh index 078b8ff355..813758b9d9 100644 --- a/network/hylafax+/doinst.sh +++ b/network/hylafax+/doinst.sh @@ -35,6 +35,20 @@ config var/spool/hylafax/etc/dialrules.ext.new config var/spool/hylafax/etc/dialrules.uk.new config var/spool/hylafax/etc/dialrules.world.new +if [ -d usr/lib64 ]; then + config usr/lib64/hylafax/faxcover.ps.new + config usr/lib64/hylafax/faxmail.ps.new + config usr/lib64/hylafax/hfaxd.conf.new + config usr/lib64/hylafax/pagesizes.new + config usr/lib64/hylafax/typerules.new +else + config usr/lib/hylafax/faxcover.ps.new + config usr/lib/hylafax/faxmail.ps.new + config usr/lib/hylafax/hfaxd.conf.new + config usr/lib/hylafax/pagesizes.new + config usr/lib/hylafax/typerules.new +fi + # We warn about needed configuration to the /etc/inittab file. printf "\nThe following line will need be added to your /etc/inittab: please check if it is the correct tty device for the modem, |