summarylogtreecommitdiffstats
path: root/netinstall.install
blob: 648b778b28416a79b0f3797a6a8e6d45493e8ff8 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

post_install() {
  setcap CAP_NET_BIND_SERVICE+ep usr/bin/netinstall
}

post_upgrade() {
  post_install
}