Ignore:
Timestamp:
Jan 4, 2012, 7:46:39 AM (14 years ago)
Author:
obi
Message:

[ipk] update all swap/titan flash ipks

File:
1 edited

Legend:

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

    r12581 r12781  
    22#
    33TMP=/tmp/.infos
    4 echo "syncing disk"
    5 sync
    64
    75model=`cat /etc/model`
     
    2220        SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
    2321        FREE=`expr $SPACE - 100`
    24         SIZE=20
     22        SIZE=15
    2523        echo "checking freespace"
    2624        echo packege size $SIZE kb
     
    3028                exit 1
    3129        else
    32                 echo ok
    33         fi   
     30                echo ok         
     31        fi
     32else
     33        echo "syncing disk"
     34        sync
    3435fi
    3536buildgroup=`cat /etc/.buildgroup`
Note: See TracChangeset for help on using the changeset viewer.