File: libgcj.postinst

package info (click to toggle)
gcc-3.3 1%3A3.3.6ds1-32
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 25,816 kB
  • sloc: sh: 10,372; makefile: 1,050; perl: 155; awk: 23; cpp: 14
file content (7 lines) | stat: -rw-r--r-- 174 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
#! /bin/sh

# remove wrong /usr/bin/gij /usr/bin/gij alternative
update-alternatives --remove gij /usr/bin/gij    
update-alternatives --auto gij               

#DEBHELPER#