File: libstdc%2B%2B-arm-none-eabi-dev.postinst

package info (click to toggle)
libstdc%2B%2B-arm-none-eabi 23
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 76 kB
  • sloc: makefile: 108; sh: 6
file content (11 lines) | stat: -rw-r--r-- 175 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
set -e

update-alternatives --quiet --install \
    /usr/lib/arm-none-eabi/include \
    gcc-arm-none-eabi-include \
    /usr/include/newlib 30

#DEBHELPER#

exit 0