~ubuntu-branches/debian/stretch/dkms/stretch

1
2
3
4
5
6
7
8
9
#!/bin/bash

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

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

exit 0