Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 96516da22f7128090f5a5cfc6bd28a10 > scriptlet

pida-0.5.1-12.fc14.i686.rpm

POSTIN

/bin/sh
if [ -x /usr/bin/update-desktop-database ]; then
  update-desktop-database &> /dev/null || :
fi

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

POSTUN

/bin/sh
if [ -x /usr/bin/update-desktop-database ]; then
  update-desktop-database &> /dev/null || :
fi

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