1
0
Fork 0
gnome-shell-performance-pkg.../gnome-shell-performance.install

9 lines
101 B
Text
Raw Normal View History

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