Sophie

Sophie

distrib > Mageia > 1 > i586 > media > core-updates > by-pkgid > 047a342a344f0e3e36588f1a1c2d9e31 > scriptlet

librsvg2_2-2.32.1-1.1.mga1.i586.rpm

POSTIN

/bin/sh
/usr/bin/gdk-pixbuf-query-loaders --update-cache

POSTUN

/bin/sh
#only update on uninstall, upgrade will be done by post of new package
if [ "$1" = "0" -a -x /usr/bin/gdk-pixbuf-query-loaders ]; then 
  [ -x /usr/bin/gdk-pixbuf-query-loaders ] && /usr/bin/gdk-pixbuf-query-loaders --update-cache
fi

#-----------------------------------------------------------