Sophie

Sophie

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

imagej-1.43-1.m.fc13.noarch.rpm

POSTIN

/bin/sh

#update icon cache
touch --no-create /usr/share/icons/hicolor
if [ -x /usr/bin/gtk-update-icon-cache ]; then
  /usr/bin/gtk-update-icon-cache -q /usr/share/icons/hicolor;
fi
update-desktop-database &> /dev/null || :

POSTUN

/bin/sh
# update icon cache
touch --no-create /usr/share/icons/hicolor
if [ -x /usr/bin/gtk-update-icon-cache ]; then
  /usr/bin/gtk-update-icon-cache -q /usr/share/icons/hicolor;
fi
update-desktop-database &> /dev/null || :