]> review.fuel-infra Code Review - openstack-build/horizon-build.git/commitdiff
Also rm -rf /var/lib/horizon on purge (Closes: #668760)
authorThomas Goirand <thomas@goirand.fr>
Sat, 1 Jun 2013 06:59:42 +0000 (14:59 +0800)
committerThomas Goirand <thomas@goirand.fr>
Sat, 1 Jun 2013 06:59:42 +0000 (14:59 +0800)
Rewritten-From: e88652f8d1dcbf8d17566340458bfdfb0cba0f3a

trusty/debian/changelog
trusty/debian/openstack-dashboard.postrm

index 3f6f5e5c13edd18887d31e560c9511a70f3b7d94..aee50cb702730d8c2e6be18fd78c37143a9af252 100644 (file)
@@ -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 <zigo@debian.org>  Thu, 30 May 2013 11:23:28 +0800
 
index 447c904d7a602bfa9ee2c2d4862546c28e9c3fe3..ea1a2205fcbf040e8841ff8a129f0a9fa54edc7f 100644 (file)
@@ -4,6 +4,7 @@ set -e
 
 if [ "${1}" = "purge" ] ; then
        rm -rf /var/lib/openstack-dashboard
+       rm -rf /var/lib/horizon
 fi
 
 #DEBHELPER#