summaryrefslogtreecommitdiff
path: root/debian/gcc-BV-hppa64.prerm
blob: 88aa45b6807b91d56944af1c36aec20af7f21796 (plain)
1
2
3
4
5
6
7
8
9
10
#! /bin/sh -e

if [ "$1" != "upgrade" ]; then
  update-alternatives --quiet \
    --remove hppa64-linux-gcc /usr/bin/hppa64-linux-gnu-gcc-@BV@
fi

#DEBHELPER#

exit 0