#!/bin/sh -e # Automatically added by dh_installinit/13.1 if [ "$1" = "purge" ] ; then update-rc.d sleepd remove >/dev/null fi # End automatically added section if [ "$1" = purge ]; then rm -f /var/run/sleepd.ctl fi