Ignore:
Timestamp:
Mar 20, 2011, 4:36:22 PM (15 years ago)
Author:
capt_bluebaer
Message:

[ipk] undo undesigned modifications

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/source/keymaps_ufs910_at7000_at700_neutrino_1_3/CONTROL/postrm

    r6519 r6522  
    11#!/bin/sh
    2 TMP=/tmp/.wlan
     2TMP=/tmp/.keymaps
    33
    44echo "successfully removed"
    5 
    65echo "syncing disk"
    76sync
    8 
     7        echo "restoring keymap.xml.neutrino -> keymap.xml"
     8        mv /var/usr/local/share/enigma2/keymap.xml.neutrino /var/usr/local/share/enigma2/keymap.xml
     9        sync
    910if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
    1011        SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
Note: See TracChangeset for help on using the changeset viewer.