1
0
Fork 0
gnome-shell-performance-pkg.../gnome-shell-performance.install
2019-10-04 11:28:59 +08:00

8 lines
101 B
Text

post_install() {
setcap CAP_SYS_NICE=+ep usr/bin/gnome-shell
}
post_upgrade() {
post_install
}