gnome-shell.install 99 B

1234567
  1. post_install() {
  2. setcap cap_sys_nice+ep usr/bin/gnome-shell
  3. }
  4. post_upgrade() {
  5. post_install
  6. }