Some connection handling improvements made for daemon. Changelog updated to newest...
[jenirok] / debian / postinst
1 #!/bin/sh -e
2
3 gtk-update-icon-cache -f /usr/share/icons/hicolor
4 /etc/init.d/jenirokd start -boot
5
6 exit 0