Index: ipk/source.sh4/players_gmediarender/CONTROL/postinst
===================================================================
--- ipk/source.sh4/players_gmediarender/CONTROL/postinst	(revision 23730)
+++ ipk/source.sh4/players_gmediarender/CONTROL/postinst	(revision 23732)
@@ -2,4 +2,6 @@
 INSTDIR="$1"
 PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/gmediarender"
+
+sed s#_path_#"$INSTDIR"#g -i "$INSTDIR/usr/local/share/titan/plugins/gmediarender/run"
 
 if [ "/var" != "$INSTDIR" ]; then
Index: ipk/source.sh4/players_gmediarender/_path_/usr/local/share/titan/plugins/gmediarender/run
===================================================================
--- ipk/source.sh4/players_gmediarender/_path_/usr/local/share/titan/plugins/gmediarender/run	(revision 23730)
+++ ipk/source.sh4/players_gmediarender/_path_/usr/local/share/titan/plugins/gmediarender/run	(revision 23732)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
-export LD_LIBRARY_PATH=/var/swap/lib:${LD_LIBRARY_PATH}
+export LD_LIBRARY_PATH=_path_/lib:${LD_LIBRARY_PATH}
 
-/var/swap/bin/gmediarender
+_path_/bin/gmediarender
 
 exit 1
