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/titanswappicons_gold/CONTROL/prerm

    r11104 r12781  
    11#!/bin/sh
    22TMP=/tmp/.picon
    3 echo "syncing disk"
    4 sync
     3link=`readlink /var/swap`
     4if [ `df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ] && [ $link = "/mnt/swapextensions" ]; then
     5        SPACE=`df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
     6        FREE=`expr $SPACE - 100`
     7        echo new freespace size $FREE kb
     8else
     9        echo "syncing disk"
     10        sync
     11fi
    512
    613echo "removing picons..."
Note: See TracChangeset for help on using the changeset viewer.