View Single Post
Old 01-06-2009, 03:40 PM   #20
hansel
JSR FFD2
hansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheese
 
hansel's Avatar
 
Posts: 305
Karma: 1045
Join Date: Aug 2008
Location: Rotterdam, Netherlands, Europe, Sol 3
Device: iliad
version 1.0.3

Update:

I have updated the install scripts, so that they do not appear in "Recent Documents'. This avoids the problem mentioned by henryhu and ne14st. Thanks for reporting it. shaggy: thanks for identifying the cause.

The following has been added to the common part of the install scripts. Maybe it's useful in other scripts...

Code:
#remove this script from 'Recent Documents'`
RECENT=/var/recentdocuments/
HERE=`pwd`
LINK=$RECENT`(ls -l $RECENT | grep $HERE | awk '{print $9}')`
if [ ! $LINK = $RECENT ]; then
  rm $LINK
fi

Last edited by hansel; 01-06-2009 at 04:00 PM.
hansel is offline   Reply With Quote