Browse Source

DEBIAN: fix postinst

Signed-off-by: Nick Xie <nick@khadas.com>
pull/68/head
Nick Xie 5 years ago
parent
commit
d8cf5b869b
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      debian-template/wiringPi/DEBIAN/postinst

+ 2
- 2
debian-template/wiringPi/DEBIAN/postinst View File

@@ -1,5 +1,5 @@
#!/bin/sh
set -e
/bin/chown root.root /usr/bin/gpio
/bin/chmod 4755 /usr/bin/gpio
/bin/chown root.root /usr/local/bin/gpio
/bin/chmod 4755 /usr/local/bin/gpio
/sbin/ldconfig

Loading…
Cancel
Save