Sophie

Sophie

distrib > Mandriva > 2011.0 > x86_64 > media > main-release > by-pkgid > 311e65e3353cc01db53a2194a2dfaf27 > scriptlet

ldetect-lst-0.1.292-1.x86_64.rpm

POSTIN

/usr/sbin/update-ldetect-lst

# trigger is needed to upgrade from a package having
# /usr/share/ldetect-lst/pcitable in the package to the new scheme
# trigger* seems broken, use direct check for file instead

POSTUN

/bin/sh
if [ -f /usr/share/ldetect-lst/pcitable ]; then
    if [ -x /usr/sbin/update-ldetect-lst ]; then
	/usr/sbin/update-ldetect-lst
    fi
fi