Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 15133cfced33738abf375e8935fa1cfc > scriptlet

gtkwave-3.3.21-1.fc15.i686.rpm

POSTIN

/bin/sh
touch --no-create /usr/share/icons/hicolor &>/dev/null || :

POSTUN

/bin/sh
if [ $1 -eq 0 ] ; then
	touch --no-create /usr/share/icons/hicolor &>/dev/null || :
	gtk-update-icon-cache /usr/share/icons/hicolor &>/dev/null || :
fi

POSTTRANS

/bin/sh
# Note that icon cache updates are only needed on FC-4, EL-5 and later, and
# %posttrans is always available on FC-4, EL-5 and later
gtk-update-icon-cache /usr/share/icons/hicolor &>/dev/null || :