Ignore:
Timestamp:
Mar 26, 2011, 1:01:18 AM (15 years ago)
Author:
madie
Message:

[ipk] fix emu control files for new emu.sh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/source/emus_kbox_1_01pre24/CONTROL/prerm

    r4651 r6663  
    11#!/bin/sh
    2 #
     2TMP=/tmp/.keys
    33echo "syncing disk"
    44sync
     
    88        echo freespace size $FREE kb
    99fi
    10 echo "remove kbox"
     10
    1111if [ ! -e /var/keys/cwshare.cfg.kbox ]; then
    12         echo "rename cwshare.cfg -> cwshare.cfg.kbox"
    13         mv /var/keys/cwshare.cfg /var/keys/cwshare.cfg.kbox
     12        echo "remove ipk cwshare.cfg"
     13        rm /var/keys/cwshare.cfg
    1414fi
     15
    1516if [ ! -e /var/keys/kbox_cfg.kbox ]; then
    16         echo "rename kbox_cfg -> kbox_cfg.kbox"
    17         mv /var/keys/kbox_cfg /var/keys/kbox_cfg.kbox
     17        echo "remove ipk kbox_cfg"
     18        rm /var/keys/kbox_cfg
    1819fi
     20
    1921if [ ! -e /var/keys/nwcdcs.cfg.kbox ]; then
    20         echo "rename nwcdcs.cfg -> nwcdcs.cfg.kbox"
    21         mv /var/keys/nwcdcs.cfg /var/keys/nwcdcs.cfg.kbox
     22        echo "remove ipk nwcdcs.cfg"
     23        rm /var/keys/nwcdcs.cfg
    2224fi
     25
     26echo "removing kbox and configs"
    2327exit 0
Note: See TracChangeset for help on using the changeset viewer.