source: ipk/source.mipsel/emus_cccam_211/CONTROL/prerm @ 27811

Last change on this file since 27811 was 27795, checked in by andyjetset, 10 years ago

add cc211

File size: 262 bytes
Line 
1#!/bin/sh
2INSTDIR="$1"
3
4if [ ! -e "$INSTDIR/keys/CCcam.cfg.CCcam" ]; then
5        echo "remove ipk CCcam.cfg"
6        rm "$INSTDIR/keys/CCcam.cfg"
7fi
8
9if [ ! -e "$INSTDIR/keys/SoftCam.Key.CCcam" ]; then
10        echo "remove ipk SoftCam.Key"
11        rm "$INSTDIR/keys/SoftCam.Key"
12fi
13
14exit 0
Note: See TracBrowser for help on using the repository browser.