mkosi: Enable set -e in postinst script

This commit is contained in:
Daan De Meyer
2023-06-02 15:42:14 +02:00
parent 88f7fb16f2
commit 2d1d0a6cce

View File

@@ -1,5 +1,6 @@
#!/bin/sh
# SPDX-License-Identifier: LGPL-2.1-or-later
set -e
if [ "$1" = "build" ]; then
exit 0