#! /bin/sh # postrm script for l7vs #DEBHELPER# if [ "$1" = "remove" ]; then #update-rc.d -f l7vs remove >/dev/null rm -f /var/run/l7vs/* fi exit 0