[PC-BSD Commits] r2843 - in pbibuild/modules/geoid: . overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Thu Oct 2 08:05:41 PDT 2008
Author: kris
Date: 2008-10-02 08:05:35 -0700 (Thu, 02 Oct 2008)
New Revision: 2843
Modified:
pbibuild/modules/geoid/overlay-dir/PBI.RemoveScript.sh
pbibuild/modules/geoid/overlay-dir/PBI.SetupScript.sh
pbibuild/modules/geoid/pbi.conf
Log:
Cleanup the scripts for GEOID PBI as well
Modified: pbibuild/modules/geoid/overlay-dir/PBI.RemoveScript.sh
===================================================================
--- pbibuild/modules/geoid/overlay-dir/PBI.RemoveScript.sh 2008-10-02 15:01:58 UTC (rev 2842)
+++ pbibuild/modules/geoid/overlay-dir/PBI.RemoveScript.sh 2008-10-02 15:05:35 UTC (rev 2843)
@@ -12,20 +12,6 @@
rm /usr/local/share/geoid
rm /usr/local/share/pixmaps/geoid.png
-# Remove the services links
-cd /Programs/${1}/autolibs/kde3/
-for i in `ls`
-do
- rm /usr/local/lib/kde3/${i}
-done
-
-# Remove the sound links
-cd /Programs/${1}/share/sounds/
-for i in `ls`
-do
- rm /usr/local/share/sounds/${i}
-done
-
cd /home
for i in `ls`
do
Modified: pbibuild/modules/geoid/overlay-dir/PBI.SetupScript.sh
===================================================================
--- pbibuild/modules/geoid/overlay-dir/PBI.SetupScript.sh 2008-10-02 15:01:58 UTC (rev 2842)
+++ pbibuild/modules/geoid/overlay-dir/PBI.SetupScript.sh 2008-10-02 15:05:35 UTC (rev 2843)
@@ -18,20 +18,4 @@
ln -s /Programs/${PROGDIR}/share/geoid /usr/local/share/geoid
ln -s /Programs/${PROGDIR}/share/pixmaps/geoid.png /usr/local/share/pixmaps/geoid.png
-# Make links for services
-cd /Programs/${PROGDIR}/autolibs/geoid/
-for i in `ls`
-do
- # Link the services now
- ln -s /Programs/${PROGDIR}/autolibs/kde3/${i} /usr/local/lib/kde3/${i}
-done
-
-# Make links for sounds wav files
-cd /Programs/${PROGDIR}/share/sounds/
-for i in `ls`
-do
- # Link the services now
- ln -s /Programs/${PROGDIR}/share/sounds/${i} /usr/local/share/sounds/${i}
-done
-
echo "LAUNCHCLOSE: /usr/local/bin/geoid
Modified: pbibuild/modules/geoid/pbi.conf
===================================================================
--- pbibuild/modules/geoid/pbi.conf 2008-10-02 15:01:58 UTC (rev 2842)
+++ pbibuild/modules/geoid/pbi.conf 2008-10-02 15:05:35 UTC (rev 2843)
@@ -32,6 +32,6 @@
# Build Key - Change this to anything else to trigger a rebuild
# - The rebuild will take place even if port is still the same ver
-BUILDKEY="10"
+BUILDKEY="01"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list