From 606cdb69bfd65a41bfcef6c909e289ff6a38baf2 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sat, 29 Nov 2003 20:29:09 +0000 Subject: Updated RPM and Debian package description and configuration. --- debian/ngircd.postinst | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'debian/ngircd.postinst') diff --git a/debian/ngircd.postinst b/debian/ngircd.postinst index c92740d6..b8d4fb64 100644 --- a/debian/ngircd.postinst +++ b/debian/ngircd.postinst @@ -1,7 +1,7 @@ #!/bin/sh # # Debian post-installation script -# $Id: ngircd.postinst,v 1.2 2003/07/12 23:27:37 alex Exp $ +# $Id: ngircd.postinst,v 1.3 2003/11/29 20:29:09 alex Exp $ # if [ -f /etc/ngircd/ngircd.conf ]; then @@ -9,14 +9,6 @@ if [ -f /etc/ngircd/ngircd.conf ]; then chmod o= /etc/ngircd/ngircd.conf fi -if [ -x "/etc/init.d/ngircd" ]; then - # setup init scripts and startup ngircd - update-rc.d ngircd defaults >/dev/null - if [ -x /usr/sbin/invoke-rc.d ]; then - invoke-rc.d ngircd start - else - /etc/init.d/ngircd start - fi -fi +#DEBHELPER# # -eof- -- cgit 1.4.1