another lintian warning
[debian/p10cfgd] / debian / prerm
index 3370f7e0f12b57e017d5861352868f53e948b579..83a2279ecd03d52cd6bae12e46815c4d21b2e0f4 100644 (file)
@@ -1,6 +1,7 @@
-#!     /bin/bash
+#! /bin/bash -e
 
 # clean up the /etc/inetd.conf file
 
-update-inetd --disable rmtcfg
+update-inetd --remove rmtcfg
 
+#DEBHELPER#