mirror of
https://github.com/outbackdingo/ports.git
synced 2026-02-05 08:28:03 +00:00
4 lines
76 B
Plaintext
Executable File
4 lines
76 B
Plaintext
Executable File
post_install() {
|
|
getent group vboxusers >/dev/null || groupadd vboxusers
|
|
}
|