#!/bin/bash

. ${TOOLKIT}-functions.sh

case $KUSA_MODEL in
  alix)
	exit_err 1 "you cannot install this module on '$KUSA_MODEL' model!"
	;;
esac

exit 0
