Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > f9ba9d86194a900719a0fc319d0a88e1 > scriptlet

kreetingkard-0.7.1-4.fc12.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