#!/bin/sh
# postrm script for uanytun

set -e

if [ "$1" = "purge" ] ; then
   update-rc.d uanytun remove >/dev/null || exit $?
fi

#DEBHELPER#
