]> review.fuel-infra Code Review - openstack-build/horizon-build.git/commitdiff
Do not attempt to remove apache in debian/openstack-dashboard-apache.postrm.
authorThomas Goirand <thomas@goirand.fr>
Sat, 16 Mar 2013 17:19:47 +0000 (01:19 +0800)
committerThomas Goirand <thomas@goirand.fr>
Sat, 16 Mar 2013 17:19:47 +0000 (01:19 +0800)
Rewritten-From: ca7c184ca5cb7e8fd3f665141827a16f56e1f045

xenial/debian/openstack-dashboard-apache.postrm [deleted file]

diff --git a/xenial/debian/openstack-dashboard-apache.postrm b/xenial/debian/openstack-dashboard-apache.postrm
deleted file mode 100644 (file)
index 1ecb2bb..0000000
+++ /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