Sophie

Sophie

distrib > Fedora > 14 > i386 > media > updates > by-pkgid > c47e9af61fa333b52c1df7b553be2d6f > scriptlet

glade3-3.6.7-2.fc14.i686.rpm

POSTIN

/bin/sh
scrollkeeper-update -q -o /usr/share/omf/glade || :

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
scrollkeeper-update -q || :

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