Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > 9b6ed016f84c792d63758c76743ff91a > scriptlet

gnome-applet-fast-user-switch-2.14.2-1.amd64.rpm

PREUN

/bin/sh

if [ $1 = 0 ]; then 
	umask 022; 
	GCONF_CONFIG_SOURCE="xml:readwrite:/etc/gconf/gconf.xml.defaults" /usr/bin/gconftool-2 --makefile-uninstall-rule /etc/gconf/schemas/fast-user-switch-applet.schemas > /dev/null 
fi

POSTIN

/bin/sh

	umask 022; 
	GCONF_CONFIG_SOURCE="xml:readwrite:/etc/gconf/gconf.xml.defaults" /usr/bin/gconftool-2 --makefile-install-rule /etc/gconf/schemas/fast-user-switch-applet.schemas > /dev/null 
	
	/usr/bin/scrollkeeper-update -q;

POSTUN

/bin/sh

if [ $1 = 0 ]; then 
	/usr/bin/scrollkeeper-update -q; 
fi