#!/bin/sh -e if [ "$1" = "upgrade" ] && dpkg --compare-versions "$2" lt "1.5-3" ; then update-rc.d -f ifscheme remove fi ##