#!/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
	fi
fi