committing changes in /etc made by "-bash"
Package changes:
This commit is contained in:
9
kernel/install.d/dkms
Executable file
9
kernel/install.d/dkms
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
if [[ "$1" == "add" ]]; then
|
||||
/etc/kernel/postinst.d/dkms $2
|
||||
fi
|
||||
|
||||
if [[ "$1" == "remove" ]]; then
|
||||
/etc/kernel/prerm.d/dkms $2
|
||||
fi
|
||||
@@ -43,4 +43,3 @@ if ! _check_kernel_dir $inst_kern ; then
|
||||
echo "dkms: WARNING: $kernel headers are missing, which may explain the above failures." >&2
|
||||
echo " please install the $header_pkg package to fix this." >&2
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user