Web site updated and some additions made in control file.
[jenirok] / debian / postinst
1 #!/bin/sh -e
2
3 gtk-update-icon-cache -f /usr/share/icons/hicolor
4
5 /etc/init.d/jenirokd start
6
7 exit 0