Sophie

Sophie

distrib > Mageia > 2 > i586 > media > core-updates > by-pkgid > af96b55e5ef6f8be75db864d767a79d0 > files > 6

dkms-minimal-2.0.19-29.mga2.noarch.rpm

#!/bin/bash

# We're passed the version of the kernel being installed
inst_kern=$1

[ -x /etc/init.d/dkms ] && \
  /etc/init.d/dkms start $inst_kern

exit 0