Rev 9 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
#!/bin/sh
# pre remove script for the Debian GNU/Linux oidentd package
set -e
if [ -x /usr/sbin/update-inetd ]; then
update-inetd --pattern "oidentd" --remove ident
fi
#DEBHELPER#