#!/bin/sh -e if [ "$1" = "purge" ] ; then rm -f /var/lib/pads/* fi # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. # Automatically added by dh_installinit/13.10 if [ "$1" = "remove" ] && [ -x "/etc/init.d/pads" ] ; then chmod -x "/etc/init.d/pads" >/dev/null || true fi if [ -z "${DPKG_ROOT:-}" ] && [ "$1" = "purge" ] ; then update-rc.d pads remove >/dev/null fi # End automatically added section