committing changes in /etc made by "-bash"

Package changes:
This commit is contained in:
2021-11-20 01:23:52 +02:00
parent 0c926bb810
commit b14f3721e4
17 changed files with 349 additions and 2 deletions

9
kernel/install.d/dkms Executable file
View 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