From: Thomas Goirand Date: Sat, 16 Mar 2013 17:19:47 +0000 (+0800) Subject: Do not attempt to remove apache in debian/openstack-dashboard-apache.postrm. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=d9d0da91bc5990a907aaba0b4ced1bc27b214d2f;p=openstack-build%2Fhorizon-build.git Do not attempt to remove apache in debian/openstack-dashboard-apache.postrm. Rewritten-From: ca7c184ca5cb7e8fd3f665141827a16f56e1f045 --- diff --git a/xenial/debian/openstack-dashboard-apache.postrm b/xenial/debian/openstack-dashboard-apache.postrm deleted file mode 100644 index 1ecb2bb..0000000 --- a/xenial/debian/openstack-dashboard-apache.postrm +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -set -e - -if [ -x "`which invoke-rc.d 2>/dev/null`" -a -x "/etc/init.d/apache2" ] ; then - invoke-rc.d --quiet apache2 reload || true -fi - -#DEBHELPER# \ No newline at end of file