summarylogtreecommitdiffstats
path: root/mutter.install
blob: e419c628d76e81edfe28d19a3492a9fbbfdf7d2a (plain)
1
2
3
4
5
6
7
post_install() {
  setcap cap_sys_nice+ep usr/bin/mutter
}

post_upgrade() {
  post_install
}