Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 65c1ce7aac87506569c0e77431731b60 > scriptlet

recoll-1.19.9-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
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