Sophie

Sophie

distrib > Mageia > 6 > x86_64 > media > core-updates > by-pkgid > 68fc59e45dc13df84f8e5b55cdf1ba6e > scriptlet

lib64rsvg2_2-2.40.18-1.1.mga6.x86_64.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

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