#!/bin/sh -e 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