Package: biff
Version: 1:0.17pre20000412-4

I was unable to remove biff because postrm returned 1 (because
/usr/sbin/update-inetd did not exist).  I fixed this by adding 
"|| true" at the end of the 4th line.

cat /var/lib/dpkg/info/biff.postrm
#!/bin/sh -e
case "$1" in
remove)
        [ -e /usr/sbin/update-inetd ] && update-inetd --remove "biff"
        ;;
esac



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to