From 9a6adfc5d264094557beaf1c1209a075d2b0de7b Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Sun, 17 Mar 2013 01:19:47 +0800 Subject: [PATCH] Do not attempt to remove apache in debian/openstack-dashboard-apache.postrm. Rewritten-From: ca7c184ca5cb7e8fd3f665141827a16f56e1f045 --- trusty/debian/openstack-dashboard-apache.postrm | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 trusty/debian/openstack-dashboard-apache.postrm 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 -- 2.45.2