Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 263bb541a14f3149c42946be4c892c68 > scriptlet

glade3-3.6.7-2.fc14.x86_64.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