#!/bin/sh -e if [ "$1" = "purge" ] ; then update-rc.d scsitools-pre.sh remove >/dev/null update-rc.d scsitools.sh remove >/dev/null fi