mirror of
https://github.com/clockworkpi/WiringPi.git
synced 2026-02-01 20:45:38 +01:00
Debian package creation - crude, probably violated the Debian policys but it seems to work just fine... some other changes.
6 lines
98 B
Bash
Executable File
6 lines
98 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
/bin/chown root.root /usr/bin/gpio
|
|
/bin/chmod 4755 /usr/bin/gpio
|
|
/sbin/ldconfig
|