File debian.prerm of Package nullmailer

#!/bin/sh

if [ "$1" = "remove" -a -d /etc/service/nullmailer ]; then
    rm /etc/service/nullmailer
    svc -d -x /usr/lib/nullmailer/service
    sleep 1
    svc -d -x /usr/lib/nullmailer/service/log
fi

openSUSE Build Service is sponsored by