mirror of
https://git.proxmox.com/git/mirror_smartmontools-debian
synced 2025-08-14 20:09:33 +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)
|
* Bump standards version (no further changes required)
|
||||||
* Enhance rules clean target to make repeated builds easier
|
* Enhance rules clean target to make repeated builds easier
|
||||||
* Stop installing duplicate/irrelevant docs (COPYING, changelog, INSTALL)
|
* 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
|
-- 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
|
#!/bin/sh
|
||||||
|
set -e
|
||||||
|
|
||||||
case "$1" in
|
case "$1" in
|
||||||
purge)
|
purge)
|
||||||
|
Loading…
Reference in New Issue
Block a user