File: mgetty-fax.prerm

package info (click to toggle)
mgetty 1.2.1-1.1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 5,800 kB
  • sloc: ansic: 42,691; sh: 6,513; perl: 6,234; makefile: 1,465; tcl: 756; lisp: 283
file content (12 lines) | stat: -rw-r--r-- 166 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh -e

action=$1
version=$2

if [ "$1" = "remove" ]
then
  rm -f /etc/mgetty/.faxrunqd_not_to_be_run
  rm -f /var/spool/fax/outgoing/.last_run
fi

#DEBHELPER#