X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fpostinst;h=c4dc5c29751fbb1e28da9880e72d296854ecfc37;hb=a5bf15d2809b8f1975a46e3a7b6ccbc52c99897e;hp=0b75c319a1dbcd359047042f70cc20300399d947;hpb=0660aa0b1c1e87ca1e0c83d124eccdbb712bc2b9;p=grml-tips.git diff --git a/debian/postinst b/debian/postinst index 0b75c31..c4dc5c2 100755 --- a/debian/postinst +++ b/debian/postinst @@ -7,9 +7,11 @@ then then echo "Ok" else - echo "Failed" + echo "Failed" >&2 + exit 1 fi fi - #DEBHELPER# - exit 0 +#DEBHELPER# + +exit 0