From d9d0da91bc5990a907aaba0b4ced1bc27b214d2f 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 --- xenial/debian/openstack-dashboard-apache.postrm | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 xenial/debian/openstack-dashboard-apache.postrm 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 -- 2.45.2