summaryrefslogtreecommitdiffstats
path: root/cpp.pkg.in/prerm
blob: 6af1b97e3e8de8ecd4a00e63f999eb91487c2d8c (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
		rm -f /usr/bin/cpp
	fi
fi