#!/bin/sh -e case "$1" in remove|deconfigure|failed-upgrade) update-alternatives --remove policy-rc.d /usr/bin/policy-rc.d.fai ;; esac exit 0