Rev 9 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
#!/bin/sh# post removal script for the Debian GNU/Linux oidentd packageset -eif [ -x /usr/sbin/update-inetd ]; thenif [ -x /usr/sbin/identd ]; thenupdate-inetd --add "ident stream tcp nowait nobody /usr/sbin/identd identd -i"fifiif [ "$1" = purge ]; thenif [ -x /usr/sbin/deluser ]; thendeluser --system --quiet oidentfifi#DEBHELPER#