File: gij.prerm

package info (click to toggle)
gcc-defaults-mipsen 1.181.1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 600 kB
  • sloc: makefile: 1,345; python: 540; sh: 221; perl: 136
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