Sophie

Sophie

distrib > PLD > ac > ppc > media > dist > by-pkgid > edfd3536f759a3f259fca2ea4373be5e > scriptlet

revelation-0.4.7-4.ppc.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/revelation.schemas > /dev/null 
fi 

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/revelation-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/revelation.schemas > /dev/null 
	
	umask 022; 
	GCONF_CONFIG_SOURCE="xml:readwrite:/etc/gconf/gconf.xml.defaults" /usr/bin/gconftool-2 --makefile-install-rule /etc/gconf/schemas/revelation-applet.schemas > /dev/null 
	{ \
	umask 022; \
	/usr/bin/update-desktop-database -q; \
}
umask 022
/usr/bin/update-mime-database /usr/share/mime ||:

POSTUN

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