summarylogtreecommitdiffstats
path: root/gnome-shell.install
blob: 131ab8b0176c8be2fc8a86914b508fe46a3ff1cb (plain)
1
2
3
4
5
6
7
8
post_install() {
  setcap cap_sys_nice+ep usr/bin/gnome-shell
  echo "[Recommendation] Add rt-scheduler to /org/gnome/mutter/experimental-features in dconf setting"
}

post_upgrade() {
  post_install()
}