#!/bin/sh set -e case "$1" in remove|deconfigure) update-alternatives --remove w /usr/bin/w.procps ;; upgrade|failed-upgrade) ;; esac # Automatically added by dh_installinit if [ -e "/etc/init/procps.conf" ]; then invoke-rc.d procps stop || : fi # End automatically added section exit 0