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 /debian/vyatta-cfg.postrm.in | |
parent | 3025df97ecfd9371851bf2f47a2c268ef3cfe038 (diff) | |
download | vyatta-cfg-0c12d73485c172b721153be23f958223f349a19f.tar.gz vyatta-cfg-0c12d73485c172b721153be23f958223f349a19f.zip |
remove lintian warnings
Diffstat (limited to 'debian/vyatta-cfg.postrm.in')
-rw-r--r-- | debian/vyatta-cfg.postrm.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 $? |