Sophie

Sophie

distrib > Mandriva > 10.2 > i586 > media > main > by-pkgid > e2b9e4c5656955ab8b124d4babc9dfe6 > scriptlet

sound-juicer-0.6.0-3mdk.i586.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

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

POSTUN

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