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/titankeymaps_neutrino/CONTROL/postrm

    r12551 r12781  
    33echo "Erfolgreich deinstalliert..."
    44
    5 sync
    6         echo "Stelle Original rcmap wieder her"
    7         mv /var/etc/titan/rcmap_original /var/etc/titan/rcmap
    8 
    9 sync
     5echo "Stelle Original rcmap wieder her"
     6mv /var/etc/titan/rcmap_original /var/etc/titan/rcmap
    107
    118if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ]; then
     
    1310        FREE=`expr $SPACE - 100`
    1411        echo new freespace size $FREE kb
     12else
     13        echo "syncing disk"
     14        sync
    1515fi
    1616exit 0
Note: See TracChangeset for help on using the changeset viewer.