vault-bin-arm/vault.install
Eli Schwartz 83bb70b8a5 migrate to systemd-sysusers/systemd-tmpfiles
shibumi confirms post_upgrade is unnecessary for proper pacman installs
2018-01-09 14:04:37 +00:00

6 lines
90 B
Bash

# vim: ft=sh ts=4 sw=4 et
post_install () {
setcap cap_ipc_lock=+ep /usr/bin/vault
}