chiark / gitweb /
4997e98d800d4db6245b5c21198c2cdd87751d53
[wiringPi.git] / debian / wiringPi / DEBIAN / postinst
1 #!/bin/sh
2 set -e
3 /bin/chown root.root    /usr/bin/gpio
4 /bin/chmod 4755         /usr/bin/gpio
5 /sbin/ldconfig