#!/bin/sh # vim:ts=2:sw=2:et set -e case "$1" in remove) invoke-rc.d freeradius stop ;; esac #DEBHELPER# exit 0