=================================================================== RCS file: /home/cvs/OpenXM/misc/packages/Linux/Debian/debian/openxm-binary.postinst,v retrieving revision 1.2 retrieving revision 1.4 diff -u -p -r1.2 -r1.4 --- OpenXM/misc/packages/Linux/Debian/debian/openxm-binary.postinst 2004/02/26 13:22:48 1.2 +++ OpenXM/misc/packages/Linux/Debian/debian/openxm-binary.postinst 2005/04/20 22:24:39 1.4 @@ -1,5 +1,11 @@ #!/bin/sh -if [ "$1" = "configure" -a -x /usr/bin/update-menus ] ; then +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 no." +echo "--------------------------------------------------------------------------" +(export OpenXM_HOME=/usr/local/OpenXM ; /usr/local/bin/openxm asir-install.sh)