summarylogtreecommitdiffstats
path: root/1password-cli.install
blob: 363c835a9302bd79ce25fd8909875851b7d83b13 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
    systemd-sysusers /usr/lib/sysusers.d/1password-cli.conf
    chgrp onepassword-cli /usr/bin/op
    chmod g+s /usr/bin/op
}

post_upgrade() {
    post_install
}