8 lines
101 B
Text
8 lines
101 B
Text
post_install() {
|
|
setcap CAP_SYS_NICE=+ep usr/bin/gnome-shell
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|
|
|