Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-updates > by-pkgid > 64614b5a87daac632bcb308d13e15571 > scriptlet

dkms-xtables-addons-3.3-2.mga7.armv7hl.rpm

PREUN

/bin/sh
set -x
/usr/sbin/dkms remove  -m xtables-addons -v 3.3-2.mga7 --rpm_safe_upgrade --all
true

POSTIN

/bin/sh
    set -x
    /usr/sbin/dkms add     -m xtables-addons -v 3.3-2.mga7 --rpm_safe_upgrade
if [ -z "$DURING_INSTALL" ] ; then
    /usr/sbin/dkms build   -m xtables-addons -v 3.3-2.mga7 --rpm_safe_upgrade &&
    /usr/sbin/dkms install -m xtables-addons -v 3.3-2.mga7 --rpm_safe_upgrade --force
    true
fi