Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > 01f196e7a4570f4795b90193113db1c3 > scriptlet

gnome-utils-floppy-2.14.0-4.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/gfloppy.schemas > /dev/null 
fi

POSTIN

/bin/sh

	/usr/bin/scrollkeeper-update -q; 
	
{ \
	umask 022; \
	/usr/bin/update-desktop-database -q; \
}

	umask 022; 
	GCONF_CONFIG_SOURCE="xml:readwrite:/etc/gconf/gconf.xml.defaults" /usr/bin/gconftool-2 --makefile-install-rule /etc/gconf/schemas/gfloppy.schemas > /dev/null

POSTUN

/bin/sh

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

{ \
if [ $1 = 0 ]; then \
	umask 022; \
	/usr/bin/update-desktop-database -q; \
fi \
}