Ignore:
Timestamp:
Jan 21, 2012, 8:07:33 PM (14 years ago)
Author:
madie
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/source.sh4/titantools_stopifnotused/CONTROL/preinst

    r13672 r13673  
    1616fi
    1717
    18 echo "install keylock Plugin ..."
     18echo "install stopifnotused Plugin ..."
    1919if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ]; then
    2020        SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
    2121        FREE=`expr $SPACE - 100`
    22         SIZE=10
     22        SIZE=4
    2323        echo "checking freespace"
    2424        echo packege size $SIZE kb
Note: See TracChangeset for help on using the changeset viewer.