Index: ipk/source.sh4/titankeymaps_neutrino/CONTROL/postinst
===================================================================
--- ipk/source.sh4/titankeymaps_neutrino/CONTROL/postinst	(revision 20673)
+++ ipk/source.sh4/titankeymaps_neutrino/CONTROL/postinst	(revision 21984)
@@ -1,4 +1,10 @@
 #!/bin/sh
 TMP=/tmp/.keymaps
+
+. /mnt/config/titan.cfg
+
+if [ ! -f /mnt/settings/rcmap.old ]; then
+	mv /mnt/settings/rcmap $rcmapfile
+fi
 
 echo "successful installed"
@@ -12,3 +18,6 @@
 fi
 
+
+
+
 exit 0
