From 0c12d73485c172b721153be23f958223f349a19f Mon Sep 17 00:00:00 2001 From: An-Cheng Huang Date: Fri, 3 Sep 2010 13:15:41 -0700 Subject: remove lintian warnings --- debian/vyatta-cfg.postinst.in | 2 +- debian/vyatta-cfg.postrm.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/vyatta-cfg.postinst.in b/debian/vyatta-cfg.postinst.in index bb747d4..f4bc76e 100644 --- a/debian/vyatta-cfg.postinst.in +++ b/debian/vyatta-cfg.postinst.in @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/bash -e prefix=@prefix@ exec_prefix=@exec_prefix@ diff --git a/debian/vyatta-cfg.postrm.in b/debian/vyatta-cfg.postrm.in index c211589..2c33121 100644 --- a/debian/vyatta-cfg.postrm.in +++ b/debian/vyatta-cfg.postrm.in @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/bash -e if [ "$1" = "purge" ]; then update-rc.d vyatta-router remove >/dev/null || exit $? -- cgit v1.2.3