Ignore:
Timestamp:
Mar 20, 2011, 3:54:19 PM (15 years ago)
Author:
capt_bluebaer
Message:

Initial release, it's provided only for ufs910. if other 41-kernel-boxes should be supported, please edit the file preinst in the CONTROL dir for the corresponding box

File:
1 edited

Legend:

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

    r4654 r6519  
    11#!/bin/sh
    2 TMP=/tmp/.keymaps
     2TMP=/tmp/.wlan
    33
    44echo "successfully removed"
     5
    56echo "syncing disk"
    67sync
    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
     8
    109if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
    1110        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.