Use playbin2 instead of the old playbin
[panucci.git] / debian / postinst
blob9c3e4fa04e3beda8b64e673dc672c3effb817021
1 #!/bin/sh
3 if [ -x /usr/bin/gtk-update-icon-cache ]; then
4 /usr/bin/gtk-update-icon-cache -f /usr/share/icons/hicolor
5 fi
7 if ps -e | grep gconfd-2 > /dev/null; then
8 killall gconfd-2
9 fi
11 GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` \
12 gconftool-2 --makefile-install-rule /etc/gconf/schemas/panucci.schemas
13 killall gconfd-2
15 #DEBHELPER#