Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > bae4a875d9f1df3c87d83f1e04de2b65 > scriptlet

dkms-vboxadditions-6.0.14-1.mga7.noarch.rpm

PREUN

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

POSTIN

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