#!/bin/sh set -e if [ "${1}" = "remove" ] ; then update-alternatives --remove puppet-module-heat /usr/share/puppet/modules.available/heat fi exit 0