Danish Eniro search fixed.
[jenirok] / debian / postinst
index 3eb2f3c..1d89f14 100644 (file)
@@ -1,13 +1,5 @@
 #!/bin/sh -e
 
-gtk-update-icon-cache -f /usr/share/icons/hicolor
-
-# Make jenirok autostart on boot if this is a new install
-oldversion="$2"
-if [ -z "$oldversion" ]; then
-  update-rc.d jenirokd defaults 99 >/dev/null
-fi
-
-/etc/init.d/jenirokd start
+/etc/init.d/jenirokd start -boot
 
 exit 0