Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 89d658108c081f26810a07524329ad68 > scriptlet

glade3-3.7.1-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