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

post_upgrade() {
  post_install
}
