Index: /ipk/source/skins_nogfx/CONTROL/postinst
===================================================================
--- /ipk/source/skins_nogfx/CONTROL/postinst	(revision 25972)
+++ /ipk/source/skins_nogfx/CONTROL/postinst	(revision 25973)
@@ -1,3 +1,6 @@
 #!/bin/sh
+INSTDIR="$1"
+
+sed s#_path_#"$INSTDIR"#g -i "$INSTDIR/usr/local/share/titan/skin/tobayer01/skinconfig"
 
 exit 0
Index: /ipk/source/skins_nogfx_grey/CONTROL/postinst
===================================================================
--- /ipk/source/skins_nogfx_grey/CONTROL/postinst	(revision 25972)
+++ /ipk/source/skins_nogfx_grey/CONTROL/postinst	(revision 25973)
@@ -1,3 +1,6 @@
 #!/bin/sh
+INSTDIR="$1"
+
+sed s#_path_#"$INSTDIR"#g -i "$INSTDIR/usr/local/share/titan/skin/tobayer01/skinconfig"
 
 exit 0
Index: /ipk/source/skins_smartTV/CONTROL/postinst
===================================================================
--- /ipk/source/skins_smartTV/CONTROL/postinst	(revision 25972)
+++ /ipk/source/skins_smartTV/CONTROL/postinst	(revision 25973)
@@ -1,3 +1,6 @@
 #!/bin/sh
+INSTDIR="$1"
+
+sed s#_path_#"$INSTDIR"#g -i "$INSTDIR/usr/local/share/titan/skin/tobayer01/skinconfig"
 
 exit 0
