committing changes in /etc made by "-bash"

Package changes:
This commit is contained in:
2021-09-26 22:36:08 +03:00
parent e8d32c9c27
commit 2b86c0b96e
35 changed files with 1212 additions and 1678 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