Daemon's memory usage decreased of about 6 MB.
[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