Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > 684ddda3e558c381c1a3aec257516b86 > files > 6

dkms-minimal-2.0.19-4.3mdv2008.1.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