[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.4 and 1.5

version 1.4, 2006/02/10 06:03:04 version 1.5, 2006/02/10 12:17:00
Line 3  if [ -x /usr/bin/update-menus ] ; then 
Line 3  if [ -x /usr/bin/update-menus ] ; then 
   update-menus ;    update-menus ;
 fi  fi
 #  #
   rm -rf /root/.asir-tmp
 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
 #  #
 if [ -f /usr/local/bin/openxm ] ; then  if [ -f /usr/local/bin/openxm ] ; then
  echo "--------------------------------------------------------------------------" ;   echo "--------------------------------------------------------------------------" ;
Line 12  if [ -f /usr/local/bin/openxm ] ; then
Line 13  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 folders /root/.asir-tmp, /home/knoppix/.asir-tmp" ;  
  echo "      In this case, please do  dpkg --remove openxm ; rm -rf /home/knoppix/.asir-tmp /root/.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
   rm -rf /root/.asir-tmp
 echo "Installation of the package of openxm is completed."  echo "Installation of the package of openxm is completed."
   

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

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