repo.or.cz
/
ArchLinux
/
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-x86_64
[ArchLinux/community.git]
/
vault
/
trunk
/
vault.install
blob
1a777658eca9a6ea55b5593297242dc8e34a576f
1
# vim: ft=sh ts=4 sw=4 et
2
3
post_install () {
4
setcap cap_ipc_lock=+ep /usr/bin/vault
5
}
6
7
post_upgrade () {
8
setcap cap_ipc_lock=+ep /usr/bin/vault
9
}