#!/bin/sh set -e # Automatically added by dh_installinit/12.6.1ubuntu2 if [ -x "/etc/init.d/redsocks" ] && [ "$1" = remove ]; then invoke-rc.d redsocks stop || exit 1 fi # End automatically added section