[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

CVS:oo-debian-files/bin openoffice,1.33,1.34



Update of /cvs/debian-openoffice/oo-debian-files/bin
In directory gluck:/tmp/cvs-serv1389/bin

Modified Files:
	openoffice 
Log Message:
- fix location of check_and_fix_basic_dir
- remove msexcel mimetype


Index: openoffice
===================================================================
RCS file: /cvs/debian-openoffice/oo-debian-files/bin/openoffice,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- openoffice	10 Jan 2005 23:37:44 -0000	1.33
+++ openoffice	23 Jan 2005 14:25:56 -0000	1.34
@@ -280,10 +280,6 @@
       exit 1
     fi
     
-    # normally this only is needed on upgrades; but we have broken configs
-    # with that out there...
-    check_and_fix_basic_dir
-
     echo "Setup complete.  Running openoffice.org..."
 
 else
@@ -294,6 +290,10 @@
     exit 1
   fi
 fi
+
+# normally this only is needed on upgrades; but we have broken configs
+# with that out there...
+check_and_fix_basic_dir
 
 ##
 ## If no file is specified on the command line, which application to start?  



Reply to: