File: gij.prerm

package info (click to toggle)
gcc-defaults 1.136
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 360 kB
  • ctags: 264
  • sloc: makefile: 792; python: 540; sh: 230; perl: 137
file content (8 lines) | stat: -rw-r--r-- 184 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
#! /bin/sh -e

# make sure that no more alternatives are around from the libgcj2 package
update-alternatives --remove gij /usr/bin/gij-3.0 >/dev/null 2>&1 || true

#DEBHELPER#

exit 0