#!/bin/sh if [ "$1" = "purge" ]; then rm -rf /etc/amd fi # Automatically added by debstd on Wed, 13 Oct 1999 01:49:58 +0200 if [ "$1" = "purge" ] then update-rc.d amd remove >/dev/null fi