summaryrefslogtreecommitdiffstats
path: root/binutils.pkg.in/prerm
blob: 0eda0141737a236f8000b01f115f55ffeb1a8d33 (plain)
1
2
3
4
5
6
7
#!/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