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 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ "$1" = "add" ]; then
|
||||
/etc/kernel/postinst.d/dkms "$2"
|
||||
fi
|
||||
|
||||
if [ "$1" = "remove" ]; then
|
||||
/etc/kernel/prerm.d/dkms "$2"
|
||||
fi
|
||||
Reference in New Issue
Block a user