Sophie

Sophie

distrib > Mandriva > 2008.0 > i586 > by-pkgid > bec730bb57a077270745e8ed6b3a5e6d > scriptlet

criawips-0.0.11-3mdv2007.0.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/criawips.schemas > /dev/null
fi

POSTIN

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

if [ -x /usr/bin/update-mime-database ]; then /usr/bin/update-mime-database /usr/share/mime > /dev/null ; fi
GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-install-rule /etc/gconf/schemas/criawips.schemas > /dev/null
gtk-update-icon-cache --force --quiet /usr/share/icons/hicolor

POSTUN

/bin/sh
if [ -x /usr/bin/scrollkeeper-update ]; then /usr/bin/scrollkeeper-update -q || true ; fi
if [ "$1" = "0" -a -x /usr/bin/update-menus ]; then /usr/bin/update-menus || true ; fi 

if [ -x /usr/bin/update-mime-database ]; then /usr/bin/update-mime-database /usr/share/mime > /dev/null ; fi
if [ "$1" = "0" ]; then
  gtk-update-icon-cache --force --quiet /usr/share/icons/hicolor
fi