Index: ipk/source/cipluss_pem/CONTROL/control
===================================================================
--- ipk/source/cipluss_pem/CONTROL/control	(revision 38132)
+++ ipk/source/cipluss_pem/CONTROL/control	(revision 41434)
@@ -1,4 +1,4 @@
 Package: titan-plugin-system-ciplus
-Version: 1.0
+Version: 2.0
 Description: CI Plus Extensions
 Section: System
Index: ipk/source/cipluss_pem/CONTROL/postinst
===================================================================
--- ipk/source/cipluss_pem/CONTROL/postinst	(revision 38132)
+++ ipk/source/cipluss_pem/CONTROL/postinst	(revision 41434)
@@ -1,3 +1,13 @@
 #!/bin/sh
+INSTDIR="$1"
+model=`cat /etc/model`
+
+if [ "$model" == "hd51" ]; then
+	rm "$INSTDIR"/etc/pem/customer.pem
+	rm "$INSTDIR"/etc/pem/device.pem
+	rm "$INSTDIR"/etc/pem/root.pem
+else
+	rm /mnt/bin/ciplushelper
+fi
 
 exit 0
