#!/bin/sh -e if [ "$1" = "upgrade" ] && dpkg --compare-versions "$2" lt "1.5-3" ; then update-rc.d -f ifscheme remove fi ## Automatically added by dh_installinit/13.11.8 if [ "$1" = "install" ] && [ -n "$2" ] && [ -e "/etc/init.d/ifscheme" ] ; then chmod +x "/etc/init.d/ifscheme" >/dev/null || true fi # End automatically added section #