From 6d53263283ffc2fdbd3c6e9486b02bff9010b666 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Sat, 1 Jun 2013 14:59:42 +0800 Subject: [PATCH] Also rm -rf /var/lib/horizon on purge (Closes: #668760) Rewritten-From: e88652f8d1dcbf8d17566340458bfdfb0cba0f3a --- xenial/debian/changelog | 3 ++- xenial/debian/openstack-dashboard.postrm | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/xenial/debian/changelog b/xenial/debian/changelog index 3f6f5e5..aee50cb 100644 --- a/xenial/debian/changelog +++ b/xenial/debian/changelog @@ -1,6 +1,7 @@ -horizon (2013.1.1-3) UNRELEASED; urgency=low +horizon (2013.1.1-3) unstable; urgency=low * Ran wrap-and-sort. + * Also rm -rf /var/lib/horizon on purge (Closes: #668760). -- Thomas Goirand Thu, 30 May 2013 11:23:28 +0800 diff --git a/xenial/debian/openstack-dashboard.postrm b/xenial/debian/openstack-dashboard.postrm index 447c904..ea1a220 100644 --- a/xenial/debian/openstack-dashboard.postrm +++ b/xenial/debian/openstack-dashboard.postrm @@ -4,6 +4,7 @@ set -e if [ "${1}" = "purge" ] ; then rm -rf /var/lib/openstack-dashboard + rm -rf /var/lib/horizon fi #DEBHELPER# -- 2.45.2