[PC-BSD Commits] r13007 - in pbi/modules/games/alienarena: . scripts
svn at pcbsd.org
svn at pcbsd.org
Wed Sep 28 05:25:39 PDT 2011
Author: kenmoore
Date: 2011-09-28 05:25:38 -0700 (Wed, 28 Sep 2011)
New Revision: 13007
Removed:
pbi/modules/games/alienarena/scripts/pre-install.sh
Modified:
pbi/modules/games/alienarena/pbi.conf
pbi/modules/games/alienarena/scripts/pre-remove.sh
Log:
Fix the install scripts for alienarena and rebuild
Modified: pbi/modules/games/alienarena/pbi.conf
===================================================================
--- pbi/modules/games/alienarena/pbi.conf 2011-09-27 18:56:57 UTC (rev 13006)
+++ pbi/modules/games/alienarena/pbi.conf 2011-09-28 12:25:38 UTC (rev 13007)
@@ -23,6 +23,6 @@
PBI_MKPORTBEFORE="print/freetype2"
-PBI_BUILDKEY="01"; export PBI_BUILDKEY
+PBI_BUILDKEY="02"; export PBI_BUILDKEY
export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT PBI_MKPORTBEFORE
Modified: pbi/modules/games/alienarena/scripts/pre-remove.sh
===================================================================
--- pbi/modules/games/alienarena/scripts/pre-remove.sh 2011-09-27 18:56:57 UTC (rev 13006)
+++ pbi/modules/games/alienarena/scripts/pre-remove.sh 2011-09-28 12:25:38 UTC (rev 13007)
@@ -6,15 +6,3 @@
rm -R /usr/local/bin/alienarena-sdl
rm -R /usr/local/lib/alienarena
- # Ask if we want to remove the user profiles
- if [ "$?" = "0" ]
- then
- cd /home
- for i in `ls`
- do
- if [ -e "/home/${i}/.codered" ]
- then
- rm -rf /home/${i}/.codered
- fi
- done
- fi
More information about the Commits
mailing list