Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > media > contrib > by-pkgid > e2a2ee61eee8945a76a3fda7a10b0c99 > scriptlet

seahorse-0.7.8-1mdk.x86_64.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