#!/bin/sh if [ "${1}" = remove ]; then if [ "x$(cat /etc/proteanos_arch)" = 'x@PKG_TARGET_ARCH@' ]; then update-alternatives --remove ar /usr/bin/ar.binutils update-alternatives --remove strings /usr/bin/strings.binutils fi fi