mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 19:47:13 +08:00
8 lines
206 B
Plaintext
8 lines
206 B
Plaintext
post_upgrade() {
|
|
getent group "bumblebee" &>/dev/null || groupadd -g 56 bumblebee
|
|
echo "Don't forget to add yourself to the 'bumblebee' group to use Bumblebee"
|
|
}
|
|
|
|
post_install() {
|
|
post_upgrade
|
|
} |