=================================================================== RCS file: /home/cvs/OpenXM/misc/packages/Linux/Debian2/debian/openxm.postinst,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- OpenXM/misc/packages/Linux/Debian2/debian/openxm.postinst 2006/02/10 01:56:58 1.3 +++ OpenXM/misc/packages/Linux/Debian2/debian/openxm.postinst 2006/02/10 06:03:04 1.4 @@ -12,8 +12,8 @@ if [ -f /usr/local/bin/openxm ] ; then echo "If not (e.g., installing this package for commercial system,) " ; echo "please answer n." ; 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 "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) ;