Oops, my rate limiting was all broken...
[jamaendo] / debian / postinst
1 #!/bin/sh
2
3 if [ -x /usr/bin/gtk-update-icon-cache ]; then
4   /usr/bin/gtk-update-icon-cache -f /usr/share/icons/hicolor
5 fi
6
7 #if ps -e | grep gconfd-2 > /dev/null; then
8 #  killall gconfd-2
9 #fi
10
11 #GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` \
12 #       gconftool-2 --makefile-install-rule /etc/gconf/schemas/panucci.schemas
13 #killall gconfd-2
14
15 #DEBHELPER#
16