summaryrefslogtreecommitdiff
path: root/debian/gij.prerm
blob: b368ea4c307f4f5ccaec94e94ed324abf2209f85 (plain)
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