File: cpp-BV-CRB.preinst.in

package info (click to toggle)
gcc-snapshot 1%3A20251023-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 128,508 kB
  • sloc: makefile: 2,765; python: 1,036; sh: 982; awk: 23; perl: 18; cpp: 14
file content (11 lines) | stat: -rw-r--r-- 180 bytes parent folder | download | duplicates (62)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

if [ "$1" = "upgrade" ] || [ "$1" = "configure" ]; then
    update-alternatives --quiet --remove @TARGET@-cpp /usr/bin/@TARGET@-cpp-@BV@
fi

#DEBHELPER#

exit 0