#!/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 exit 0