source:
ipk/source.mipsel/emus_cccam_211/CONTROL/prerm
@
27795
Last change on this file since 27795 was 27795, checked in by , 10 years ago | |
---|---|
File size: 262 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | INSTDIR="$1" |
3 | |
4 | if [ ! -e "$INSTDIR/keys/CCcam.cfg.CCcam" ]; then |
5 | echo "remove ipk CCcam.cfg" |
6 | rm "$INSTDIR/keys/CCcam.cfg" |
7 | fi |
8 | |
9 | if [ ! -e "$INSTDIR/keys/SoftCam.Key.CCcam" ]; then |
10 | echo "remove ipk SoftCam.Key" |
11 | rm "$INSTDIR/keys/SoftCam.Key" |
12 | fi |
13 | |
14 | exit 0 |
Note: See TracBrowser
for help on using the repository browser.