summarylogtreecommitdiffstats
path: root/goplay2.install
blob: 16a3da1df8cad716e0b96ffd08e99962b55b30f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  setcap 'cap_net_bind_service=+ep' /usr/bin/goplay2
  echo "Please configure the network interface you want goplay2 to listen on; defaults to eth0"
  echo "eg: echo interface=enp5s0 > ~/.config/goplay2-network-interface"
}

post_upgrade() {
  post_install "$1"
}

# vim:set ts=2 sw=2 et: