From 3c620c38f29a7372e544f17a4fa5da55eabe30bf Mon Sep 17 00:00:00 2001 From: maximilian attems Date: Mon, 15 Dec 2008 11:09:21 +0100 Subject: postrm: set -e flag harmless as the postrm is small, but better be clean. --- debian/initramfs-tools.postrm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/initramfs-tools.postrm b/debian/initramfs-tools.postrm index 6896636..f66e01a 100644 --- a/debian/initramfs-tools.postrm +++ b/debian/initramfs-tools.postrm @@ -1,5 +1,7 @@ #!/bin/sh +set -e + if [ "x${1}" = "xpurge" ]; then rm -f /etc/initramfs-tools/conf.d/resume rm -f /etc/initramfs-tools/modules -- cgit v1.2.3