PelionIoT / distro-pelion-edge

Scripts for generating pelion-edge deb (Ubuntu) installer
Apache License 2.0
1 stars 2 forks source link

Make postinst executable #207

Closed ryannowarm closed 3 years ago

ryannowarm commented 3 years ago

Maintainer scripts must be executable[1]. Without this I get the following error:

dpkg-deb: error: maintainer script 'postinst' has bad permissions 1363 (must be >=0555 and <=0775)

[1] https://www.debian.org/doc/debian-policy/ch-maintainerscripts.html