#!/bin/sh # postinst script for anytun set -e if [ -x "/etc/init.d/anytun" ]; then update-rc.d anytun defaults >/dev/null fi #DEBHELPER#