mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-02 10:36:04 -04:00
port LKRG compatibility settings automation for VirtualBox hosts from systemd to dpkg trigger
This commit is contained in:
parent
f03c7978c7
commit
5a65c35479
3 changed files with 9 additions and 5 deletions
6
debian/security-misc.postinst
vendored
6
debian/security-misc.postinst
vendored
|
@ -29,6 +29,12 @@ case "$1" in
|
|||
abort-upgrade|abort-remove|abort-deconfigure)
|
||||
;;
|
||||
|
||||
triggered)
|
||||
echo "INFO: triggered $DPKG_MAINTSCRIPT_PACKAGE: '$DPKG_MAINTSCRIPT_PACKAGE' $DPKG_MAINTSCRIPT_PACKAGE DPKG_MAINTSCRIPT_NAME: '$DPKG_MAINTSCRIPT_NAME' $\@: '$@' 2: '$2'"
|
||||
/usr/share/security-misc/lkrg/lkrg-virtualbox || true
|
||||
exit 0
|
||||
;;
|
||||
|
||||
*)
|
||||
echo "$DPKG_MAINTSCRIPT_NAME called with unknown argument \`$1'" >&2
|
||||
exit 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue