Fixed a bug that caused connections to not being found when keyboard is closed during...
[jenirok] / debian / postinst
index 79fb6dd..9dbc6dc 100644 (file)
@@ -1,5 +1,6 @@
 #!/bin/sh -e
 
 gtk-update-icon-cache -f /usr/share/icons/hicolor
+/etc/init.d/jenirokd start -boot
 
 exit 0