[PC-BSD Commits] r2931 - in pbibuild/modules: openoffice-en/overlay-dir openoffice-i18n/overlay-dir openoffice3-en/overlay-dir openoffice3-i18n/overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Wed Oct 22 08:55:34 PDT 2008
Author: kris
Date: 2008-10-22 08:55:34 -0700 (Wed, 22 Oct 2008)
New Revision: 2931
Modified:
pbibuild/modules/openoffice-en/overlay-dir/PBI.FirstRun.sh
pbibuild/modules/openoffice-i18n/overlay-dir/PBI.FirstRun.sh
pbibuild/modules/openoffice3-en/overlay-dir/PBI.FirstRun.sh
pbibuild/modules/openoffice3-i18n/overlay-dir/PBI.FirstRun.sh
Log:
Updated openoffice PBIs to simply install, the FirstRun.sh check causes some issues on systems when doing automatic upgrades, and the /Programs/OpenOffice* directory isn't completely removed yet.
Modified: pbibuild/modules/openoffice-en/overlay-dir/PBI.FirstRun.sh
===================================================================
--- pbibuild/modules/openoffice-en/overlay-dir/PBI.FirstRun.sh 2008-10-22 15:40:01 UTC (rev 2930)
+++ pbibuild/modules/openoffice-en/overlay-dir/PBI.FirstRun.sh 2008-10-22 15:55:34 UTC (rev 2931)
@@ -12,9 +12,3 @@
# echo 'SETSTEPS: <num>' # Set the current progress of the progress bar
# echo 'MSG: <text>' # Display this text above progress bar
#########################################
-INSTALLED=`ls /Programs | grep OpenOffice`
-if [ $? = 0 ]
-then
- kdialog --msgbox "Please remove the previous version of OpenOffice.org first"
- exit 2
-fi
Modified: pbibuild/modules/openoffice-i18n/overlay-dir/PBI.FirstRun.sh
===================================================================
--- pbibuild/modules/openoffice-i18n/overlay-dir/PBI.FirstRun.sh 2008-10-22 15:40:01 UTC (rev 2930)
+++ pbibuild/modules/openoffice-i18n/overlay-dir/PBI.FirstRun.sh 2008-10-22 15:55:34 UTC (rev 2931)
@@ -12,9 +12,3 @@
# echo 'SETSTEPS: <num>' # Set the current progress of the progress bar
# echo 'MSG: <text>' # Display this text above progress bar
#########################################
-INSTALLED=`ls /Programs | grep OpenOffice`
-if [ $? = 0 ]
-then
- kdialog --msgbox "Please remove the previous version of OpenOffice.org first"
- exit 2
-fi
Modified: pbibuild/modules/openoffice3-en/overlay-dir/PBI.FirstRun.sh
===================================================================
--- pbibuild/modules/openoffice3-en/overlay-dir/PBI.FirstRun.sh 2008-10-22 15:40:01 UTC (rev 2930)
+++ pbibuild/modules/openoffice3-en/overlay-dir/PBI.FirstRun.sh 2008-10-22 15:55:34 UTC (rev 2931)
@@ -12,9 +12,4 @@
# echo 'SETSTEPS: <num>' # Set the current progress of the progress bar
# echo 'MSG: <text>' # Display this text above progress bar
#########################################
-INSTALLED=`ls /Programs | grep OpenOffice`
-if [ $? = 0 ]
-then
- kdialog --msgbox "Please remove the previous version of OpenOffice.org first"
- exit 2
-fi
+
Modified: pbibuild/modules/openoffice3-i18n/overlay-dir/PBI.FirstRun.sh
===================================================================
--- pbibuild/modules/openoffice3-i18n/overlay-dir/PBI.FirstRun.sh 2008-10-22 15:40:01 UTC (rev 2930)
+++ pbibuild/modules/openoffice3-i18n/overlay-dir/PBI.FirstRun.sh 2008-10-22 15:55:34 UTC (rev 2931)
@@ -12,9 +12,3 @@
# echo 'SETSTEPS: <num>' # Set the current progress of the progress bar
# echo 'MSG: <text>' # Display this text above progress bar
#########################################
-INSTALLED=`ls /Programs | grep OpenOffice`
-if [ $? = 0 ]
-then
- kdialog --msgbox "Please remove the previous version of OpenOffice.org first"
- exit 2
-fi
More information about the Commits
mailing list