File: gfortran-BV-CRB.preinst.in

package info (click to toggle)
gnat-4.9 4.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 6,028 kB
  • ctags: 568
  • sloc: makefile: 2,004; python: 870; sh: 801; perl: 165; awk: 23; cpp: 14
file content (11 lines) | stat: -rw-r--r-- 190 bytes parent folder | download | duplicates (73)
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@-gfortran /usr/bin/@TARGET@-gfortran-@BV@
fi

#DEBHELPER#

exit 0