[PC-BSD Commits] r841 - in pbibuild/modules: nexuiz/overlay-dir xchat/kmenu-dir xmule/kmenu-dir xmule/overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Tue Nov 6 15:58:18 PST 2007
Author: gonzalo
Date: 2007-11-06 15:58:17 -0800 (Tue, 06 Nov 2007)
New Revision: 841
Modified:
pbibuild/modules/nexuiz/overlay-dir/PBI.FirstRun.sh
pbibuild/modules/xchat/kmenu-dir/xchat
pbibuild/modules/xmule/kmenu-dir/xmule
pbibuild/modules/xmule/overlay-dir/PBI.FirstRun.sh
Log:
Modified: pbibuild/modules/nexuiz/overlay-dir/PBI.FirstRun.sh
===================================================================
--- pbibuild/modules/nexuiz/overlay-dir/PBI.FirstRun.sh 2007-11-06 16:46:46 UTC (rev 840)
+++ pbibuild/modules/nexuiz/overlay-dir/PBI.FirstRun.sh 2007-11-06 23:58:17 UTC (rev 841)
@@ -16,20 +16,21 @@
# echo 'MSG: <text>' # Display this text above progress bar
#########################################
-if [ -e "/usr/local/bin/nexuiz-sdl" ]
+
+if [ -e "/usr/local/bin/nexuiz-dedicated" ]
then
# Looks like FF is installed, ask if they want to remove the old one
- ls -al /usr/local/bin/nexuiz-sdl | grep Programs 2>/dev/null
+ ls -al /usr/local/bin/nexuiz | grep Programs 2>/dev/null
if [ "$?" = "0" ]
then
kdialog --yesno "Nexuiz is already installed, do you wish to uninstall it?"
if [ "$?" = "0" ]
then
- FF="`ls -al /usr/local/bin/nexuiz-sdl | cut -d '>' -f 2 | cut -d "/" -f 3`"
+ FF="`ls -al /usr/local/bin/nexuiz | cut -d '>' -f 2 | cut -d "/" -f 3`"
echo $FF | grep Nexuiz 2>/dev/null
if [ "$?" = "0" ]
then
- PBIdelete --remove ${FF}
+ PBIdelete -remove ${FF}
else
kdialog --sorry "Nexuiz could not be automatically removed... Please remove it in Add / Remove Programs and try again."
return 2
Modified: pbibuild/modules/xchat/kmenu-dir/xchat
===================================================================
--- pbibuild/modules/xchat/kmenu-dir/xchat 2007-11-06 16:46:46 UTC (rev 840)
+++ pbibuild/modules/xchat/kmenu-dir/xchat 2007-11-06 23:58:17 UTC (rev 841)
@@ -9,5 +9,5 @@
ExeLink: 0
ExeWebLink: 0
ExeTaskbar: 0
-ExeOwndir: 1
+ExeOwndir: 2
ExeKdeCat: Internet
Modified: pbibuild/modules/xmule/kmenu-dir/xmule
===================================================================
--- pbibuild/modules/xmule/kmenu-dir/xmule 2007-11-06 16:46:46 UTC (rev 840)
+++ pbibuild/modules/xmule/kmenu-dir/xmule 2007-11-06 23:58:17 UTC (rev 841)
@@ -9,5 +9,5 @@
ExeLink: 0
ExeWebLink: 0
ExeTaskbar: 0
-ExeOwndir: 1
+ExeOwndir: 2
ExeKdeCat: Internet
Modified: pbibuild/modules/xmule/overlay-dir/PBI.FirstRun.sh
===================================================================
--- pbibuild/modules/xmule/overlay-dir/PBI.FirstRun.sh 2007-11-06 16:46:46 UTC (rev 840)
+++ pbibuild/modules/xmule/overlay-dir/PBI.FirstRun.sh 2007-11-06 23:58:17 UTC (rev 841)
@@ -30,7 +30,7 @@
echo $FF | grep Xmule 2>/dev/null
if [ "$?" = "0" ]
then
- PBIdelete --remove ${FF}
+ PBIdelete -remove ${FF}
else
kdialog --sorry "Xmule could not be automatically removed... Please remove it in Add / Remove Programs and try again."
return 2
More information about the Commits
mailing list