=================================================================== RCS file: /home/cvs/OpenXM/misc/packages/Linux/Debian/debian/openxm-binary.postinst,v retrieving revision 1.1 retrieving revision 1.5 diff -u -p -r1.1 -r1.5 --- OpenXM/misc/packages/Linux/Debian/debian/openxm-binary.postinst 2004/02/26 11:46:55 1.1 +++ OpenXM/misc/packages/Linux/Debian/debian/openxm-binary.postinst 2006/02/07 05:07:55 1.5 @@ -1,2 +1,11 @@ -if [ "$1" = "configure" -x -x /usr/bin/update-menus ]; then update-menus ; fi +#!/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)