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