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

File: [local] / OpenXM / misc / packages / Linux / Debian / debian / openxm-binary.postinst (download)

Revision 1.5, Tue Feb 7 05:07:55 2006 UTC (18 years, 4 months ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_3_1_13b, RELEASE_1_2_3_12, KNOPPIX_2006, HEAD, DEB_REL_1_2_3-9
Changes since 1.4: +1 -1 lines

Fixed a typo.

#!/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)