File: mgetty-fax.postinst

package info (click to toggle)
debmake 3.5.11
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 408 kB
  • ctags: 22
  • sloc: sh: 763; makefile: 217
file content (8 lines) | stat: -rw-r--r-- 119 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/bin/sh

set -e

if [ ! -e /etc/mgetty/new_fax ]; then
        ln -s /usr/lib/mgetty+sendfax/new_fax /etc/mgetty
fi