Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 0d5db51296ca400a06c489281aff44c9 > scriptlet

gtkwave-3.3.13-1.fc14.x86_64.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 || :