Sophie

Sophie

distrib > PLD > th > x86_64 > by-pkgid > 41ec38a781ee01c870dee090de7689f1 > scriptlet

buoh-0.8.2-2.x86_64.rpm

PREUN

/bin/sh

if [ $1 = 0 -a -x /usr/bin/gconftool-2 ]; then 
	umask 022; 
	GCONF_CONFIG_SOURCE="xml:readwrite:/etc/gconf/gconf.xml.defaults" \
	/usr/bin/gconftool-2 --makefile-uninstall-rule /etc/gconf/schemas/buoh.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/buoh.schemas > /dev/null; 
{ \
	 \
	if [ -x /usr/bin/gtk-update-icon-cache ]; then \
		umask 022; \
		touch --no-create /usr/share/icons/hicolor; \
		/usr/bin/gtk-update-icon-cache -qf /usr/share/icons/hicolor; \
	fi; \
};

POSTUN

/bin/sh
{ \
	 \
	if [ -x /usr/bin/gtk-update-icon-cache ]; then \
		umask 022; \
		touch --no-create /usr/share/icons/hicolor; \
		/usr/bin/gtk-update-icon-cache -qf /usr/share/icons/hicolor; \
	fi; \
};