aboutsummaryrefslogtreecommitdiff
path: root/straper/db/public/boot/etc-kernel/postinst.d/dkms
diff options
context:
space:
mode:
Diffstat (limited to 'straper/db/public/boot/etc-kernel/postinst.d/dkms')
-rwxr-xr-xstraper/db/public/boot/etc-kernel/postinst.d/dkms8
1 files changed, 0 insertions, 8 deletions
diff --git a/straper/db/public/boot/etc-kernel/postinst.d/dkms b/straper/db/public/boot/etc-kernel/postinst.d/dkms
deleted file mode 100755
index 8dd7b89..0000000
--- a/straper/db/public/boot/etc-kernel/postinst.d/dkms
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-# We're passed the version of the kernel being installed
-inst_kern=$1
-
-if [ -x /usr/lib/dkms/dkms_autoinstaller ]; then
- exec /usr/lib/dkms/dkms_autoinstaller start "$inst_kern"
-fi