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

version 1.2, 2006/02/09 00:24:09 version 1.3, 2006/02/10 01:56:58
Line 12  if [ -f /usr/local/bin/openxm ] ; then
Line 12  if [ -f /usr/local/bin/openxm ] ; then
  echo "If not (e.g., installing this package for commercial system,) "             ;   echo "If not (e.g., installing this package for commercial system,) "             ;
  echo "please answer n."                                                           ;   echo "please answer n."                                                           ;
  echo "--------------------------------------------------------------------------" ;   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) ;   (export OpenXM_HOME=/usr/local/OpenXM ; /usr/local/bin/openxm asir-install.sh) ;
 fi  fi
   echo "Installation of the package of openxm is completed."
   

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

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