summarylogtreecommitdiffstats
path: root/spice-gtk.install
blob: f788c95b5e48e1243751eea7afbd5e7bc5b63f7c (plain)
1
2
3
4
5
6
7
8
post_install() {
# this is executed by make install, but doesn't work since setcap can only be run as root
  setcap CAP_FOWNER=+ep /usr/lib/spice-client-glib-usb-acl-helper
}

post_upgrade() {
  post_install
}