#!/bin/sh if [ -x /usr/bin/update-menus ] ; then update-menus ; fi echo "--------------------------------------------------------------------------" echo "If you will install asir now under /usr/local/OpenXM/bin, please answer y." echo "If not (e.g., installing this package for the knoppix/math, " echo "please answer n." echo "--------------------------------------------------------------------------" (export OpenXM_HOME=/usr/local/OpenXM ; /usr/local/bin/openxm asir-install.sh)