#!/bin/sh set -e if [ "${1}" = "purge" ] ; then if [ -f /etc/default/openstack-dashboard-apache ] ; then rm -rf /etc/default/openstack-dashboard-apache fi # Remove log files rm -rf /var/log/openstack-dashboard fi # Automatically added by dh_installdebconf/13.15.3 if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then . /usr/share/debconf/confmodule db_purge fi # End automatically added section