Sophie

Sophie

distrib > Mandriva > 10.0 > i586 > by-pkgid > 7f1e0c4aa54210f5b5899895b6b9279e > scriptlet

screem-0.9.3-2plf.i586.rpm

PREUN

/bin/sh
if [ "$1" = "0" ] ; then
 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
 gconftool-2 --makefile-uninstall-rule /etc/gconf/schemas/screem.schemas > /dev/null
fi

POSTIN

/bin/sh
# rpmlint should be fixed
touch /usr/share/gnome/help/screem/C/screem.html

if [ -x /usr/bin/scrollkeeper-update ]; then /usr/bin/scrollkeeper-update -q; fi
if [ -x /usr/bin/yelp-pregenerate ]; then /usr/bin/yelp-pregenerate /usr/share/gnome/help/screem/C/screem.xml > /dev/null; fi
GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-install-rule /etc/gconf/schemas/screem.schemas > /dev/null
if [ -x /usr/bin/update-menus ]; then /usr/bin/update-menus || true ; fi

POSTUN

/bin/sh
if [ "$1" = "0" -a -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