Sophie

Sophie

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

recoll-1.13.04-6.fc14.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
if [ -x /usr/bin/update-desktop-database ] ; then
  /usr/bin/update-desktop-database &> /dev/null
fi
exit 0

POSTUN

/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
if [ -x /usr/bin/update-desktop-database ] ; then
  /usr/bin/update-desktop-database &> /dev/null
fi
exit 0