Sophie

Sophie

distrib > Scientific%20Linux > 5x > i386 > by-pkgid > 741c37a883fce4d432c5f7b331508b5b > scriptlet

gnome-applets-2.16.0.1-19.el5.i386.rpm

PREIN

/bin/sh
if [ "$1" -gt 1 ]; then
  export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
  gconftool-2 --makefile-uninstall-rule                                    \
	    /etc/gconf/schemas/charpick.schemas                  \
	    /etc/gconf/schemas/cpufreq-applet.schemas            \
	    /etc/gconf/schemas/drivemount.schemas                \
	    /etc/gconf/schemas/geyes.schemas                     \
	    /etc/gconf/schemas/gswitchit.schemas                 \
	    /etc/gconf/schemas/gweather.schemas                  \
	    /etc/gconf/schemas/mini-commander-global.schemas     \
	    /etc/gconf/schemas/mini-commander.schemas            \
	    /etc/gconf/schemas/mixer.schemas                     \
	    /etc/gconf/schemas/modemlights.schemas               \
	    /etc/gconf/schemas/stickynotes.schemas               \
	    /etc/gconf/schemas/multiload.schemas >& /dev/null || :
fi

PREUN

/bin/sh
if [ "$1" -eq 0 ]; then
  export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
  gconftool-2 --makefile-uninstall-rule                                    \
	    /etc/gconf/schemas/charpick.schemas                  \
	    /etc/gconf/schemas/cpufreq-applet.schemas            \
	    /etc/gconf/schemas/drivemount.schemas                \
	    /etc/gconf/schemas/geyes.schemas                     \
	    /etc/gconf/schemas/gswitchit.schemas                 \
	    /etc/gconf/schemas/gweather.schemas                  \
	    /etc/gconf/schemas/mini-commander-global.schemas     \
	    /etc/gconf/schemas/mini-commander.schemas            \
	    /etc/gconf/schemas/mixer.schemas                     \
	    /etc/gconf/schemas/modemlights.schemas               \
	    /etc/gconf/schemas/stickynotes.schemas               \
	    /etc/gconf/schemas/multiload.schemas >& /dev/null || :
fi

POSTIN

/bin/sh
/sbin/ldconfig
scrollkeeper-update
touch --no-create /usr/share/icons/hicolor
if [ -x /usr/bin/gtk-update-icon-cache ]; then
  gtk-update-icon-cache -q /usr/share/icons/hicolor
fi

export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-install-rule                                        \
	    /etc/gconf/schemas/charpick.schemas                  \
	    /etc/gconf/schemas/cpufreq-applet.schemas            \
	    /etc/gconf/schemas/drivemount.schemas                \
	    /etc/gconf/schemas/geyes.schemas                     \
	    /etc/gconf/schemas/gswitchit.schemas                 \
	    /etc/gconf/schemas/gweather.schemas                  \
	    /etc/gconf/schemas/mini-commander-global.schemas     \
	    /etc/gconf/schemas/mini-commander.schemas            \
	    /etc/gconf/schemas/mixer.schemas                     \
	    /etc/gconf/schemas/modemlights.schemas               \
	    /etc/gconf/schemas/stickynotes.schemas               \
	    /etc/gconf/schemas/multiload.schemas >& /dev/null
/usr/libexec/gnome-applets/mc-install-default-macros >& /dev/null || :

POSTUN

/bin/sh
/sbin/ldconfig
touch --no-create /usr/share/icons/hicolor
if [ -x /usr/bin/gtk-update-icon-cache ]; then
  gtk-update-icon-cache -q /usr/share/icons/hicolor
fi