File: g%2B%2B.postinst.in

package info (click to toggle)
gcc-defaults 1.220
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 624 kB
  • sloc: makefile: 1,297; sh: 71; python: 32
file content (9 lines) | stat: -rw-r--r-- 192 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
#! /bin/sh -e

update-alternatives \
    --install /usr/bin/c++ c++ /usr/bin/g++ 20 \
    @GFDL@--slave /usr/share/man/man1/c++.1.gz c++.1.gz /usr/share/man/man1/g++.1.gz

#DEBHELPER#

exit 0