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

    r8916 r12781  
    11#!/bin/sh
    22TMP=/tmp/.oscam
    3 echo "syncing disk"
    43
    54if [ ! -e /var/swap/keys/oscam.conf.oscam ]; then
     
    4342fi
    4443
    45 sync
     44link=`readlink /var/swap`
     45if [ `df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ] && [ $link = "/mnt/swapextensions" ]; then
     46        SPACE=`df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
     47        FREE=`expr $SPACE - 100`
     48        echo new freespace size $FREE kb
     49else
     50        echo "syncing disk"
     51        sync
     52fi
    4653echo "Removing Oscam RC1.10 Build 5866 from Swapstick"
    4754exit 0
Note: See TracChangeset for help on using the changeset viewer.