File: ecj.postinst

package info (click to toggle)
ecj 3.16.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 29,072 kB
  • sloc: java: 414,634; xml: 2,293; makefile: 11; sh: 10
file content (8 lines) | stat: -rw-r--r-- 192 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
#! /bin/sh

set -e

update-alternatives --quiet --install /usr/bin/javac javac /usr/bin/ecj 143 \
  --slave /usr/share/man/man1/javac.1.gz javac.1.gz /usr/share/man/man1/ecj.1.gz

#DEBHELPER#