#!/bin/sh

set -e

#DEBHELPER#

if [ "$1" = "remove" ]
then
        update-alternatives --remove policy-rc.d /usr/bin/policy-rc.d-declarative
fi
