summarylogtreecommitdiffstats
path: root/gnome-shell-performance.install
blob: b9659e6af6b757f04a1e209710c68a2f89f01ad5 (plain)
1
2
3
4
5
6
7
8
post_install() {
  setcap CAP_SYS_NICE=+ep usr/bin/gnome-shell
}

post_upgrade() {
  post_install
}