Sophie

Sophie

distrib > * > 2010.0 > * > by-pkgid > 1774ba87134d6c4aa75db0e809164ad7 > scriptlet

gnome-applets-2.28.0-2mdv2010.0.i586.rpm

PREIN

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

PREUN

/bin/sh
if [ "$1" = "0" -a -x /usr/bin/gconftool-2 ]; then 
SCHEMAS="" 
for SCHEMA in battstat 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