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=9a6adfc5d264094557beaf1c1209a075d2b0de7b;p=openstack-build%2Fhorizon-build.git Do not attempt to remove apache in debian/openstack-dashboard-apache.postrm. Rewritten-From: ca7c184ca5cb7e8fd3f665141827a16f56e1f045 --- diff --git a/trusty/debian/openstack-dashboard-apache.postrm b/trusty/debian/openstack-dashboard-apache.postrm deleted file mode 100644 index 1ecb2bb..0000000 --- a/trusty/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