Moved boot script from init.d to upstart. Fixed some problems in call listener.
[jenirok] / debian / postinst
index 3c024db..b09638f 100644 (file)
@@ -2,11 +2,6 @@
 
 gtk-update-icon-cache -f /usr/share/icons/hicolor
 
-# Make jenirok autostart on boot if this is a new install
-if [ -z "$2" ]; then
-  update-rc.d jenirokd defaults 99 >/dev/null
-fi
-
 /etc/init.d/jenirokd start
 
 exit 0