#!/bin/sh -e if [ "$1" = "purge" ]; then rm -rf /var/spool/ftn/ifdbm.* /var/spool/ftn/ifmsgids.* \ /var/spool/ftn/seq >/dev/null fi