From 0c6dcea423b9447a183030798104765e3e4f43fc Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Fri, 16 Nov 2012 07:40:13 +0000 Subject: [PATCH 1/1] Fix script header to avoid set -e lintian warning Rewritten-From: d4212c883fc291ed0552f347dc4a40b80405563d --- trusty/debian/ceilometer-common.postinst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/trusty/debian/ceilometer-common.postinst b/trusty/debian/ceilometer-common.postinst index c2595a5..c5ce8d6 100644 --- a/trusty/debian/ceilometer-common.postinst +++ b/trusty/debian/ceilometer-common.postinst @@ -1,4 +1,6 @@ -#!/bin/sh -e +#!/bin/sh + +set -e if [ "$1" = "configure" ]; then if ! getenv group ceilometer > /dev/null 2>&1; then -- 2.45.2