Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > b1c3fed5c40056dadf0d437d0a0793b2 > scriptlet

imagej-1.44-2.i.fc15.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 || :