#!/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 # Automatically added by dh_installinit/13.6 if [ -z "${DPKG_ROOT:-}" ] && [ "$1" = remove ] && [ -x "/etc/init.d/mgetty-fax" ] ; then invoke-rc.d mgetty-fax stop || exit 1 fi # End automatically added section