debian: Add "set -e" to uuid-runtime's prerm script

This addresses a Lintian warning.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
bitmap-optimize
Theodore Ts'o 2009-01-20 00:55:32 -05:00
parent 793a04a071
commit c66130f186
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#! /bin/sh
set -e
if [ -x /usr/sbin/uuidd ]
then
/usr/sbin/uuidd -k || true