Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > f2cdd52111e1bc913f646edba0e2cc82 > scriptlet

ghex-2.8.1-3.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/ghex2.schemas > /dev/null 
fi

POSTIN

/bin/sh
/sbin/ldconfig

	/usr/bin/scrollkeeper-update -q; 
	

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

POSTUN

/bin/sh
/sbin/ldconfig

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