Sophie

Sophie

distrib > Mandriva > 2008.0 > i586 > media > contrib-release > by-pkgid > c286b63c831129625a432ff9df72989e > scriptlet

camorama-0.18-1mdv2008.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/camorama.schemas > /dev/null
fi

POSTIN

/bin/sh
GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-install-rule /etc/gconf/schemas/camorama.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