source: ipk/source.arm/emus_camd_3.908/CONTROL/prerm@ 39499

Last change on this file since 39499 was 39499, checked in by gost, 9 years ago

add arm plugins

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.