#!/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 # Automatically added by dh_installinit if [ -e "/etc/init/portmap.conf" ]; then invoke-rc.d portmap start || exit $? fi # End automatically added section