#!/bin/bash

. ${TOOLKIT}-functions.sh

grep -q "^arch-alix" $SVCLIST && {
	exit_err 1 "you cannot install this module on 'alix' architecture!"
}

exit 0
