Index: /ipk/source/emus_mgcamd_1_35/CONTROL/postinst
===================================================================
--- /ipk/source/emus_mgcamd_1_35/CONTROL/postinst	(revision 5246)
+++ /ipk/source/emus_mgcamd_1_35/CONTROL/postinst	(revision 5247)
@@ -32,8 +32,9 @@
 	mv /var/keys/replace.list.mgcamd /var/keys/replace.list
 fi
-if [ ! -e /var/keys/softcam.keys ]; then
-	echo "renaming softcam.keys.mgcamd -> softcam.keys"
-	mv /var/keys/softcam.keys.mgcamd /var/keys/softcam.keys
+if [ ! -e /var/keys/SoftCam.Key ]; then
+	echo "renaming SoftCam.Key.mgcamd -> SoftCam.Key"
+	mv /var/keys/SoftCam.Key.mgcamd /var/keys/SoftCam.Key
 fi
+
 echo "successfully installed"
 echo "syncing disk"
Index: /ipk/source/emus_mgcamd_1_35/CONTROL/prerm
===================================================================
--- /ipk/source/emus_mgcamd_1_35/CONTROL/prerm	(revision 5246)
+++ /ipk/source/emus_mgcamd_1_35/CONTROL/prerm	(revision 5247)
@@ -30,7 +30,8 @@
 	mv /var/keys/replace.list /var/keys/replace.list.mgcamd
 fi
-if [ ! -e /var/keys/softcam.keys.mgcamd ]; then
-	echo "renaming softcam.keys-> softcam.keys.mgcamd"
-	mv /var/keys/softcam.keys /var/keys/softcam.keys.mgcamd
+if [ ! -e /var/keys/SoftCam.Key.mgcamd ]; then
+	echo "renaming SoftCam.Key -> SoftCam.Key.mgcamd"
+	mv /var/keys/SoftCam.Key /var/keys/SoftCam.Key.mgcamd
 fi
+
 exit 0
