summarylogtreecommitdiffstats
path: root/gnome-shell.install
blob: b890b8ea936f7ef8bde3fb9e1b5f6ee5356b8474 (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
}