#!/bin/sh

set -e

dpkg-maintscript-helper rm_conffile /etc/init.d/rpcbind 0.2.0-6ubuntu1 -- "$@"
if dpkg --compare-versions "$2" le 0.2.0-6ubuntu1; then
	update-rc.d rpcbind remove
fi

#DEBHELPER#
