#!/bin/sh
# postinst script for uanytun

set -e

if [ -x "/etc/init.d/uanytun" ]; then
  update-rc.d uanytun defaults >/dev/null
fi

#DEBHELPER#
