File: gcc.prerm

package info (click to toggle)
gcc-defaults-mipsen 1.181.1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 600 kB
  • sloc: makefile: 1,345; python: 540; sh: 221; perl: 136
file content (11 lines) | stat: -rw-r--r-- 249 bytes parent folder | download | duplicates (24)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh -e

if [ $1 != "upgrade" ]; then
    update-alternatives --quiet --remove cc /usr/bin/gcc
    update-alternatives --quiet --remove c89 /usr/bin/c89-gcc
    update-alternatives --quiet --remove c99 /usr/bin/c99-gcc
fi

#DEBHELPER#

exit 0