fix various lintian warnings and errors
[debian/p10cfgd] / debian / postinst
index 0fcd52679ecfd6d9500defdff169a8977cebff6c..06502d4a44b69ed7ee31eaa5ac9023979c61552b 100644 (file)
@@ -1,7 +1,7 @@
-#!     /bin/bash
+#! /bin/bash -e
 
 # add our entry to the /etc/inetd.conf file
 
-update-inetd --group "HAM-RADIO" --add "rmtcfg  stream  tcp     nowait  root    /usr/bin/p10cfgd  p10cfgd"
-
+update-inetd --group "HAM-RADIO" --add "rmtcfg  stream  tcp     nowait  root    /usr/sbin/p10cfgd  p10cfgd"
 
+#DEBHELPER#