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

Diff for /OpenXM/misc/packages/Linux/Debian2/debian/openxm.postinst between version 1.1.1.1 and 1.3

version 1.1.1.1, 2006/02/08 08:52:53 version 1.3, 2006/02/10 01:56:58
Line 6  fi
Line 6  fi
 OpenXM_HOME=/usr/local/OpenXM /usr/local/OpenXM/download/openxm-install.sh  OpenXM_HOME=/usr/local/OpenXM /usr/local/OpenXM/download/openxm-install.sh
 rm -rf /root/OpenXM_tmp  rm -rf /root/OpenXM_tmp
 #  #
 echo "--------------------------------------------------------------------------"  if [ -f /usr/local/bin/openxm ] ; then
 echo "If you will install asir now under /usr/local/OpenXM/bin, please answer y."   echo "--------------------------------------------------------------------------" ;
 echo "If not (e.g., installing this package for commercial system,) "   echo "If you will install asir now under /usr/local/OpenXM/bin, please answer y." ;
 echo "please answer n."   echo "If not (e.g., installing this package for commercial system,) "             ;
 echo "--------------------------------------------------------------------------"   echo "please answer n."                                                           ;
 (export OpenXM_HOME=/usr/local/OpenXM ; /usr/local/bin/openxm asir-install.sh)   echo "--------------------------------------------------------------------------" ;
    echo "Note. If you are not asked, there may be a junk folder /home/knoppix/.asir-tmp" ;
    echo "      In this case, please do  dpkg --remove openxm ; rm -rf /home/knoppix/.asir-tmp" ;
    echo "      and install again." ;
    echo "--------------------------------------------------------------------------" ;
    (export OpenXM_HOME=/usr/local/OpenXM ; /usr/local/bin/openxm asir-install.sh) ;
   fi
   echo "Installation of the package of openxm is completed."
   

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.3

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