#!/bin/sh

if [ "x${1}" = 'xremove' ]; 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