summarylogtreecommitdiffstats
path: root/mutter.install
blob: 327ad1fa7b813163febdc0cf22ddac95cb743add (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
tip() {
  echo ""
  echo ""
  echo ""
  echo "=== use 'mutter_setting' command to set window rounded radius. ==="
  echo ""
  echo ""
  echo ""
}

post_install() {
  tip
  setcap cap_sys_nice+ep usr/bin/mutter
}

post_upgrade() {
  post_install
}