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

    r7451 r12781  
    11#!/bin/sh
    22TMP=/tmp/.vizcam
    3 echo "syncing disk"
    43
    54if [ ! -e /var/swap/keys/vizcam.conf.vizcam ]; then
     
    2221        rm /var/swap/keys/vizcam.dvbapi
    2322fi
    24 
    25 sync
     23link=`readlink /var/swap`
     24if [ `df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ] && [ $link = "/mnt/swapextensions" ]; then
     25        SPACE=`df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
     26        FREE=`expr $SPACE - 100`
     27        echo new freespace size $FREE kb
     28else
     29        echo "syncing disk"
     30        sync
     31fi
    2632echo "Removing Vizcam_1.15_swap from Swapstick"
    2733exit 0
Note: See TracChangeset for help on using the changeset viewer.