Sophie

Sophie

distrib > CentOS > 5 > x86_64 > by-pkgid > 221447afeb98dca08dd012d88e7d8adb > scriptlet

xsane-gimp-0.991-5.el5.x86_64.rpm

PREUN

/bin/sh
if [ $1 = 0 ]; then
    if [ -x "/usr/sbin/gimp-plugin-mgr" ]; then
        /usr/sbin/gimp-plugin-mgr --uninstall xsane
    fi
fi

POSTIN

/bin/sh
if [ -x "/usr/sbin/gimp-plugin-mgr" ]; then
    /usr/sbin/gimp-plugin-mgr --install xsane
fi