Sophie

Sophie

distrib > Mandriva > 2007.0 > x86_64 > by-pkgid > 1bdc45087908d574d8a4564f10bbefd8 > scriptlet

gnome-crystal-0.6.5-1mdk.x86_64.rpm

PREUN

/bin/sh
if [ "$1" = "0" ] ; then
GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-uninstall-rule /etc/gconf/schemas/sound-juicer.schemas > /dev/null
fi
if [ -x /usr/bin/scrollkeeper-update ]; then /usr/bin/scrollkeeper-update -q; fi
update-mime-database /usr/share/mime > /dev/null
update-desktop-database /usr/share/applications > /dev/null

POSTIN

/bin/sh
GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-install-rule /etc/gconf/schemas/sound-juicer.schemas > /dev/null
if [ -x /usr/bin/update-menus ]; then /usr/bin/update-menus || true ; fi 

if [ -x /usr/bin/scrollkeeper-update ]; then /usr/bin/scrollkeeper-update -q; fi
update-mime-database /usr/share/mime > /dev/null
update-desktop-database /usr/share/applications > /dev/null

POSTUN

/bin/sh
if [ "$1" = "0" -a -x /usr/bin/update-menus ]; then /usr/bin/update-menus || true ; fi