Sophie

Sophie

distrib > Mandriva > 2008.0 > x86_64 > by-pkgid > 076ebe8ac0a41e566daf1557e798cb5f > scriptlet

galeon-2.0.3-7mdv2008.0.x86_64.rpm

PREUN

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

POSTIN

/bin/sh
if [ -x /usr/bin/scrollkeeper-update ]; then /usr/bin/scrollkeeper-update -q || true ; fi
GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-install-rule /etc/gconf/schemas/galeon.schemas > /dev/null
if [ "$1" = "2" ]; then
  update-alternatives --remove webclient-gnome /usr/bin/galeon
  update-alternatives --remove webclient-kde /usr/bin/galeon
fi
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 || true ; fi