#!/bin/sh
INSTDIR="$1"

if [ ! -e "$INSTDIR/keys/CCcam.cfg.CCcam" ]; then
	echo "remove ipk CCcam.cfg"
	rm "$INSTDIR/keys/CCcam.cfg"
fi

exit 0