mirror of
https://github.com/clockworkpi/WiringPi.git
synced 2026-05-03 11:29:45 +02:00
OK, so an easier way to manage versions.
Debian package creation - crude, probably violated the Debian policys but it seems to work just fine... some other changes.
This commit is contained in:
5
debian/wiringPi/DEBIAN/postinst
vendored
Executable file
5
debian/wiringPi/DEBIAN/postinst
vendored
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
/bin/chown root.root /usr/bin/gpio
|
||||
/bin/chmod 4755 /usr/bin/gpio
|
||||
/sbin/ldconfig
|
||||
Reference in New Issue
Block a user