]> arthur.barton.de Git - ngircd-alex.git/blobdiff - debian/ngircd.postinst
Updated RPM and Debian package description and configuration.
[ngircd-alex.git] / debian / ngircd.postinst
index c92740d616d409d63b2f2f0452ded88956f81cf5..b8d4fb642cff055d8e9643b8f78deabd064b1b79 100644 (file)
@@ -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-