Ignore:
Timestamp:
Dec 19, 2011, 8:18:02 PM (14 years ago)
Author:
obi
Message:

[upk] fix fonts control files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/source/fonts_goodtime_1_0/CONTROL/postrm

    r7451 r12422  
    55echo "syncing disk"
    66sync
    7 if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
    8         SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
     7if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ]; then
     8        SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
    99        FREE=`expr $SPACE - 100`
    1010        echo new freespace size $FREE kb
Note: See TracChangeset for help on using the changeset viewer.