Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > ac9b7131ce027ad543e042b96827298f > scriptlet

fantasdic-1.0-0.8.beta7.fc12.noarch.rpm

POSTIN

/bin/sh
touch --no-create /usr/share/icons/hicolor
scrollkeeper-update -q -o /usr/share/omf/fantasdic
exit 0

POSTUN

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

touch --no-create /usr/share/icons/hicolor
if [ -x /usr/bin/gtk-update-icon-cache ]; then
	/usr/bin/gtk-update-icon-cache --quiet /usr/share/icons/hicolor
fi
exit 0

POSTTRANS

/bin/sh
if [ -x /usr/bin/gtk-update-icon-cache ]; then
	/usr/bin/gtk-update-icon-cache --quiet /usr/share/icons/hicolor
fi
exit 0