Sophie

Sophie

distrib > Mandriva > 10.2 > i586 > media > contrib > by-pkgid > 934e5a74f12f23c9340dde5da8997d4f > scriptlet

gnome-network-1.99.5-3mdk.i586.rpm

POSTIN

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

#export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
#gconftool-2 --makefile-install-rule /etc/gconf/schemas/gnome-desktop-sharing.schemas > /dev/null

#%preun
#if [ "$1" = "0" ] ; then
# export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
# gconftool-2 --makefile-uninstall-rule /etc/gconf/schemas/gnome-desktop-sharing.schemas > /dev/null
#fi

POSTUN

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