committing changes in /etc made by "-bash"

Package changes:
This commit is contained in:
2022-07-05 13:48:03 +03:00
parent d1be44ea66
commit 42a67046f2
5 changed files with 114 additions and 2 deletions

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