mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-17 23:45:21 +01:00
debian/postinst: Set -e, add DEBHELPER hook
This commit is contained in:
parent
9ca4fbea36
commit
51876f16a2
1 changed files with 5 additions and 1 deletions
4
debian/postinst
vendored
4
debian/postinst
vendored
|
@ -1,5 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
if [ ! -x /usr/bin/rpi-imager ]; then
|
||||
chmod +x /usr/bin/rpi-imager
|
||||
fi
|
||||
|
||||
#DEBHELPER#
|
Loading…
Add table
Add a link
Reference in a new issue