Sophie

Sophie

distrib > Mandriva > 10.2 > i586 > by-pkgid > 4157803ee9d9a53f361e8205b88287cc > scriptlet

alexandria-0.5.1-2mdk.noarch.rpm

PREUN

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

POSTIN

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

GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-install-rule /etc/gconf/schemas/alexandria.schemas > /dev/null
killall gconfd-2

POSTUN

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