Initial Debian packaging; rm src/win32/#winService.cpp#
[anytun.git] / debian / postinst
1 #!/bin/sh
2 # postinst script for anytun
3
4 set -e
5
6 if [ -x "/etc/init.d/anytun" ]; then
7   update-rc.d anytun defaults >/dev/null
8 fi
9
10 #DEBHELPER#