Sophie

Sophie

distrib > Mandriva > 10.0-com > i586 > by-pkgid > fbb2861485e00a3f5ee76dc4d2119ee5 > scriptlet

gedit-2.4.1-7mdk.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/gedit.schemas > /dev/null
fi

POSTIN

/bin/sh
/sbin/ldconfig
if [ -x /usr/bin/scrollkeeper-update ]; then /usr/bin/scrollkeeper-update -q || true ; fi
if [ -x /usr/bin/yelp-pregenerate ]; then /usr/bin/yelp-pregenerate /usr/share/gnome/help/gedit/*/gedit.xml > /dev/null || true ; fi
GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-install-rule /etc/gconf/schemas/gedit.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 {_bindir}/scrollkeeper-update ]; then {_bindir}/scrollkeeper-update -q|| true ; fi
/sbin/ldconfig