#! /bin/sh

if [ "x${1}" = 'xconfigure' ]; then
	if [ "x$(cat /etc/proteanos_arch)" = 'x@PKG_TARGET_ARCH@' ]; then
		ln -sf @PKG_TARGET_ARCH@-cpp /usr/bin/cpp
	fi
fi