Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > b87978e89df4f771359ce01cdc7265e7 > scriptlet

kreetingkard-0.7.1-4.fc15.1.i686.rpm

POSTIN

/bin/sh
touch --no-create /usr/share/icons/hicolor
update-desktop-database &> /dev/null
exit 0

POSTUN

/bin/sh
update-desktop-database &> /dev/null
[ $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