Sophie

Sophie

distrib > Mandriva > 10.2 > i586 > media > contrib > by-pkgid > 6a95e9d224c2379c126260e08876acd3 > scriptlet

seahorse-0.7.6-2mdk.i586.rpm

PREUN

/bin/sh
if [ "$1" = "0" ]; then
for schema in seahorse-gedit seahorse; do
 GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-uninstall-rule /etc/gconf/schemas/$schema.schemas > /dev/null
done
fi

POSTIN

/bin/sh
if [ -x /usr/bin/update-menus ]; then /usr/bin/update-menus || true ; fi 

for schema in seahorse-gedit seahorse; do
GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-install-rule /etc/gconf/schemas/$schema.schemas > /dev/null
done
/usr/bin/update-mime-database /usr/share/mime > /dev/null

POSTUN

/bin/sh
if [ "$1" = "0" -a -x /usr/bin/update-menus ]; then /usr/bin/update-menus || true ; fi 
 
/usr/bin/update-mime-database /usr/share/mime  > /dev/null