Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 23b4a48a80e87f0d51801add8d728f2b > scriptlet

aqsis-1.6.0-8.fc14.x86_64.rpm

POSTIN

/bin/sh
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 
update-mime-database /usr/share/mime &> /dev/null
update-desktop-database &> /dev/null || :

POSTUN

/bin/sh
update-mime-database /usr/share/mime &> /dev/null
update-desktop-database &> /dev/null
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 || :