postrm: set -e

This commit is contained in:
Jonathan Dowland 2016-01-26 22:20:28 +00:00
parent 055efcb03f
commit 001790c0ac
2 changed files with 2 additions and 0 deletions

1
debian/changelog vendored
View File

@ -18,6 +18,7 @@ smartmontools (6.4+svn4109-2) UNRELEASED; urgency=medium
* Bump standards version (no further changes required)
* Enhance rules clean target to make repeated builds easier
* Stop installing duplicate/irrelevant docs (COPYING, changelog, INSTALL)
* add 'set -e' to postrm.
-- Jonathan Dowland <jmtd@debian.org> Tue, 26 Jan 2016 17:04:15 +0000

View File

@ -1,4 +1,5 @@
#!/bin/sh
set -e
case "$1" in
purge)