chiark / gitweb /
OK, so an easier way to manage versions.
[wiringPi.git] / debian / wiringPi / DEBIAN / postinst
diff --git a/debian/wiringPi/DEBIAN/postinst b/debian/wiringPi/DEBIAN/postinst
new file mode 100755 (executable)
index 0000000..4997e98
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh
+set -e
+/bin/chown root.root   /usr/bin/gpio
+/bin/chmod 4755                /usr/bin/gpio
+/sbin/ldconfig