post_install() {
  setcap cap_sys_nice+ep usr/bin/gnome-shell
}

post_upgrade() {
  post_install
}
