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