#!/bin/sh

if [ "$1" != "upgrade" ]
then
	update-alternatives --remove w /usr/bin/w.procps
fi

#DEBHELPER#

exit 0

