[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.2 and 1.4

version 1.2, 2004/02/26 13:22:48 version 1.4, 2005/04/20 22:24:39
Line 1 
Line 1 
 #!/bin/sh  #!/bin/sh
 if [ "$1" = "configure" -a -x /usr/bin/update-menus ] ; then  if [ -x /usr/bin/update-menus ] ; then
   update-menus ;    update-menus ;
 fi  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)
   

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.4

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