diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2010-09-03 13:15:41 -0700 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2010-09-03 13:15:41 -0700 |
commit | 0c12d73485c172b721153be23f958223f349a19f (patch) | |
tree | dbd4851f02d42b14639df4bf3cb4a6d085f3cba6 | |
parent | 3025df97ecfd9371851bf2f47a2c268ef3cfe038 (diff) | |
download | vyatta-cfg-0c12d73485c172b721153be23f958223f349a19f.tar.gz vyatta-cfg-0c12d73485c172b721153be23f958223f349a19f.zip |
remove lintian warnings
-rw-r--r-- | debian/vyatta-cfg.postinst.in | 2 | ||||
-rw-r--r-- | 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 $? |