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/titanskins_tobayer01/CONTROL/postinst

    r12395 r12781  
    22TMP=/tmp/.titanskin
    33echo "successfully installed"
    4 echo "syncing disk"
    54echo "now you can choose the new skin...."
    6 sync
    7 
    85if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ]; then
    96        SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
    107        FREE=`expr $SPACE - 100`
    118        echo new freespace size $FREE kb
     9else
     10        echo "syncing disk"
     11        sync
    1212fi
    1313
Note: See TracChangeset for help on using the changeset viewer.