summarylogtreecommitdiffstats
path: root/geph-client.install
blob: 89a04fa6c96ed149a99e1cc66a9680635670a1a0 (plain)
1
2
3
4
5
6
7
post_install() {
    setcap cap_net_bind_service+ep usr/bin/geph-client 2>/dev/null
}

post_upgrade() {
    post_install "$1"
}