summarylogtreecommitdiffstats
path: root/hylafax.install
diff options
context:
space:
mode:
Diffstat (limited to 'hylafax.install')
-rw-r--r--hylafax.install4
1 files changed, 3 insertions, 1 deletions
diff --git a/hylafax.install b/hylafax.install
index df6b61a39407..bce1df69bc2a 100644
--- a/hylafax.install
+++ b/hylafax.install
@@ -10,7 +10,7 @@ _print_install() {
echo ' The device to configure is usually ttyS0, ttyUSB0, or ttyACM0'
echo ' The number of pages to accept to more than 25'
echo ' The country code and area code'
- echo ' The Fax Class to 2.0'
+ echo ' The Fax Class to 1 or 1.0' # I can find no modem reliable at Class 2*
echo ' Most other defaults are OK'
echo -e '\n'
}
@@ -30,6 +30,7 @@ post_install() {
post_upgrade
#usermod -d '/' "${_hyuser}" &>/dev/null
_print_install
+ /usr/share/libalpm/scripts/hylafax-ps2afm.sh build
mandb -q
set +u
}
@@ -114,6 +115,7 @@ pre_remove() {
systemctl disable 'hylafax.timer'
#rm -f "${_hyhome}/bin"/{pdf2fax,ps2fax} "${_hyhome}/dev/null"
_print_remove
+ /usr/share/libalpm/scripts/hylafax-ps2afm.sh destroy
set +u
}