repo.or.cz
/
arch-community.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
archrelease: copy trunk to community-any
[arch-community.git]
/
spice-gtk
/
trunk
/
spice-gtk.install
blob
f788c95b5e48e1243751eea7afbd5e7bc5b63f7c
1
post_install() {
2
# this is executed by make install, but doesn't work since setcap can only be run as root
3
setcap CAP_FOWNER=+ep /usr/lib/spice-client-glib-usb-acl-helper
4
}
5
6
post_upgrade() {
7
post_install
8
}