Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > 9ec32525c00048603348433df46a7091 > files > 6

dkms-minimal-2.0.19-34.1.mga5.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