From d7ca199c9a81546267e69e5af5a7267350494010 Mon Sep 17 00:00:00 2001 From: Mehdi Abaakouk Date: Mon, 17 Sep 2012 10:11:14 +0200 Subject: [PATCH] Clean /var/lib/cinder on purge --- debian/cinder-common.postrm | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/cinder-common.postrm b/debian/cinder-common.postrm index aa0e336eb..26e023532 100644 --- a/debian/cinder-common.postrm +++ b/debian/cinder-common.postrm @@ -24,6 +24,7 @@ fi if [ "$1" = "purge" ] ; then rm -f /etc/cinder/cinder.conf rm -f /etc/default/cinder-common + rm -rf /var/lib/cinder fi #DEBHELPER# -- 2.45.2