mirror of
https://git.proxmox.com/git/mirror_smartmontools-debian
synced 2025-08-14 16:07:20 +00:00
postrm: set -e
This commit is contained in:
parent
055efcb03f
commit
001790c0ac
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -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
|
||||
|
||||
|
1
debian/smartmontools.postrm
vendored
1
debian/smartmontools.postrm
vendored
@ -1,4 +1,5 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
case "$1" in
|
||||
purge)
|
||||
|
Loading…
Reference in New Issue
Block a user