#!/bin/sh

case "`archdetect`" in
	*)
		return 0;
esac

