Sophie

Sophie

distrib > Mandriva > 2011.0 > x86_64 > media > main-release > by-pkgid > a8bf1c70507df42ed92749758760dd3e > scriptlet

gnome-applets-2.32.1.1-3.x86_64.rpm

PREIN

/bin/sh
if [ "$1" = "2" -a -d /usr/lib64/invest-applet ]; then
 /bin/rm -rf /usr/lib64/invest-applet 
fi

PREUN

/bin/sh
if [ "$1" = "0" -a -x /usr/bin/gconftool-2 ]; then 
SCHEMAS="" 
for SCHEMA in charpick cpufreq-applet drivemount geyes multiload stickynotes ; do 
  SCHEMAS="$SCHEMAS /etc/gconf/schemas/$SCHEMA.schemas" 
done 
GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source` /usr/bin/gconftool-2 --makefile-uninstall-rule  $SCHEMAS > /dev/null || true ; fi