summarylogtreecommitdiffstats
path: root/sn0int.install
blob: 878fcdeb620f9165d47897b6518f97cc8f9d9eaa (plain)
1
2
3
4
5
6
7
8
9
post_install() {
  setcap cap_sys_chroot=ep usr/bin/sn0int 2> /dev/null
}

post_upgrade() {
  post_install "$1"
}

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