Sophie

Sophie

distrib > Mageia > 6 > armv5tl > by-pkgid > 57d958f018fffccdade5dc23c9a667e8 > scriptlet

dkms-vboxadditions-5.1.30-1.mga6.noarch.rpm

PREUN

/bin/sh
set -x
/usr/sbin/dkms --rpm_safe_upgrade remove -m vboxadditions -v 5.1.30-1.mga6 --all
:

POSTIN

/bin/sh
    set -x
    /usr/sbin/dkms --rpm_safe_upgrade add -m vboxadditions -v 5.1.30-1.mga6
if [ -z "$DURING_INSTALL" ] ; then
    /usr/sbin/dkms --rpm_safe_upgrade build -m vboxadditions -v 5.1.30-1.mga6 &&
    /usr/sbin/dkms --rpm_safe_upgrade install -m vboxadditions -v 5.1.30-1.mga6
    :
fi