Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > b6289ff0676cb80461d09ed1a27c8729 > scriptlet

rawtherapee-4.0.11-1.fc18.i686.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 
/usr/bin/update-desktop-database &> /dev/null || :
/sbin/ldconfig

POSTUN

/bin/sh
/usr/bin/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 || :

/sbin/ldconfig