選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

postinst 98 B

12345
  1. #!/bin/sh
  2. set -e
  3. /bin/chown root.root /usr/bin/gpio
  4. /bin/chmod 4755 /usr/bin/gpio
  5. /sbin/ldconfig