Sophie

Sophie

distrib > Fedora > 13 > i386 > media > os > by-pkgid > 4990196167f80fcefcc768552f64a541 > scriptlet

alexandria-0.6.6-0.3.beta1.fc13.noarch.rpm

PREIN

/bin/sh
if [ "$1" -gt 1 ]; then
	export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
	gconftool-2 --makefile-uninstall-rule \
		/etc/gconf/schemas/alexandria.schemas >/dev/null
fi
exit 0

PREUN

/bin/sh
if [ "$1" -eq 0 ]; then
	export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
	gconftool-2 --makefile-uninstall-rule \
		/etc/gconf/schemas/alexandria.schemas > /dev/null
fi
exit 0

POSTIN

/bin/sh
touch --no-create /usr/share/icons/hicolor/

/usr/bin/scrollkeeper-update -q -o /usr/share/omf/alexandria

export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-install-rule \
	/etc/gconf/schemas/alexandria.schemas > /dev/null
exit 0

POSTUN

/bin/sh
/usr/bin/scrollkeeper-update -q
[ "$1" -eq 0 ] || exit 0

touch --no-create /usr/share/icons/hicolor/
/usr/bin/gtk-update-icon-cache --quiet /usr/share/icons/hicolor

exit 0

POSTTRANS

/bin/sh
/usr/bin/gtk-update-icon-cache --quiet /usr/share/icons/hicolor
exit 0