Sophie

Sophie

distrib > PLD > ac > amd64 > media > dist > by-pkgid > 98fda6b5b7f2a7f4756fa2ac7b5e6d37 > scriptlet

scribes-0.2.4.3-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/scribes.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/scribes.schemas > /dev/null 
	{ \
	umask 022; \
	/usr/bin/update-desktop-database; \
}

	/usr/bin/scrollkeeper-update -q;

POSTUN

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

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