#! /bin/sh # ngircd Start/stop the Next Generation IRC Server # Version: ngircd 0.9.2 16-Nov-2005 # Autor: Mario Iseli set -e case "$1" in purge) rm -rf /etc/ngircd rm -rf /var/run/ngircd ;; esac #DEBHELPER# exit 0