#! /bin/sh # Abort if any command returns an error value set -e if [ "$1" = purge ]; then update-rc.d ksmtuned remove >/dev/null 2>&1 fi