Sophie

Sophie

distrib > Mageia > 1 > x86_64 > by-pkgid > d1fd64efa723864411adc44984750383 > files > 6

dkms-minimal-2.0.19-24.mga1.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