debian/postinst: Set -e, add DEBHELPER hook

This commit is contained in:
Tom Dewey 2024-10-02 15:41:35 +01:00 committed by Tom Dewey
parent 9ca4fbea36
commit 51876f16a2

4
debian/postinst vendored
View file

@ -1,5 +1,9 @@
#!/bin/sh
set -e
if [ ! -x /usr/bin/rpi-imager ]; then
chmod +x /usr/bin/rpi-imager
fi
#DEBHELPER#