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

    r7451 r12781  
    3636echo "syncing disk"
    3737
    38 sync
     38link=`readlink /var/swap`
     39if [ `df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ] && [ $link = "/mnt/swapextensions" ]; then
     40        SPACE=`df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
     41        FREE=`expr $SPACE - 100`
     42        echo new freespace size $FREE kb
     43else
     44        echo "syncing disk"
     45        sync
     46fi
    3947exit 0
Note: See TracChangeset for help on using the changeset viewer.