Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > 361b9af6a6b642673f7ee768dcb03522 > scriptlet

gnochm-0.9.6-1.noarch.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/gnochm.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/gnochm.schemas > /dev/null 
    
	/usr/bin/scrollkeeper-update -q; 
	
{ \
	umask 022; \
	/usr/bin/update-desktop-database; \
}
umask 022
update-mime-database /usr/share/mime ||:

POSTUN

/bin/sh

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

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