[BACK]Return to openxm-binary.postinst CVS log [TXT][DIR] Up to [local] / OpenXM / misc / packages / Linux / Debian / debian

Diff for /OpenXM/misc/packages/Linux/Debian/debian/openxm-binary.postinst between version 1.1 and 1.5

version 1.1, 2004/02/26 11:46:55 version 1.5, 2006/02/07 05:07:55
Line 1 
Line 1 
 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)
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.5

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>