Sophie

Sophie

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

mtpaint-3.40-3.fc15.i686.rpm

POSTIN

/bin/sh
touch --no-create /usr/share/icons/hicolor &>/dev/null || :
if [ -x /usr/bin/update-desktop-database ] ; then
  /usr/bin/update-desktop-database &> /dev/null
fi
exit 0

POSTUN

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

POSTTRANS

/bin/sh
gtk-update-icon-cache /usr/share/icons/hicolor &>/dev/null || :