Added missing #DEBHELPER# tag in debian/ceilometer-common.postrm
authorThomas Goirand <thomas@goirand.fr>
Tue, 27 Nov 2012 15:14:40 +0000 (15:14 +0000)
committerThomas Goirand <thomas@goirand.fr>
Tue, 27 Nov 2012 15:14:40 +0000 (15:14 +0000)
Rewritten-From: d85c5dd34fb21fbc7af6321aa0b90618b9fa9fe0

xenial/debian/ceilometer-common.postrm

index 0790b9bdac5305a493b405074f91186d92243c4e..9490b1aaefb60210d9dd65c4feaf732d1292c219 100644 (file)
@@ -8,3 +8,7 @@ if [ "${1}" = "purge" ] ; then
        rm -f /etc/ceilometer/sources.json
        rmdir --ignore-fail-on-non-empty /etc/ceilometer
 fi
+
+#DEBHELPER#
+
+exit 0