source: ipk/source.sh4/swapemus_gbox800/CONTROL/prerm@ 9826

Last change on this file since 9826 was 9261, checked in by andy-1, 15 years ago

add gbox_800_swap

File size: 651 bytes
Line 
1#!/bin/sh
2TMP=/tmp/.gbox
3echo "syncing disk"
4
5if [ ! -e /var/swap/keys/cwshare.cfg.gbox ]; then
6 echo "remove ipk cwshare.cfg"
7 rm /var/swap/keys/cwshare.cfg
8fi
9
10if [ ! -e /var/swap/keys/gbox_cfg.gbox ]; then
11 echo "remove ipk gbox_cfg"
12 rm /var/swap/keys/gbox_cfg
13fi
14
15if [ ! -e /var/swap/keys/ignore.list.gbox ]; then
16 echo "remove ipk ignore.list"
17 rm /var/swap/keys/ignore.list
18fi
19
20if [ ! -e /var/swap/keys/nagra.gbox ]; then
21 echo "remove ipk nagra"
22 rm /var/swap/keys/nagra
23fi
24
25if [ ! -e /var/swap/keys/softcam.cfg.gbox ]; then
26 echo "remove ipk softcam.cfg"
27 rm /var/swap/keys/softcam.cfg
28fi
29
30sync
31echo "Removing gbox800 from Swapstick"
32exit 0
33
Note: See TracBrowser for help on using the repository browser.