Sophie

Sophie

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

zapping-0.9.6-2.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/zapping.schemas > /dev/null 
fi

POSTIN

/bin/sh

	/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/zapping.schemas > /dev/null

POSTUN

/bin/sh

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