Index: /ipk/source.sh4/titangames_catcatch/CONTROL/postinst
===================================================================
--- /ipk/source.sh4/titangames_catcatch/CONTROL/postinst	(revision 23367)
+++ /ipk/source.sh4/titangames_catcatch/CONTROL/postinst	(revision 23368)
@@ -1,4 +1,8 @@
 #!/bin/sh
 INSTDIR="$1"
+
+if [ "/var" != "$INSTDIR" ]; then
+	ln -sfn "$INSTDIR/usr/local/share/titan/plugins/dlna" /var/usr/local/share/titan/plugins/dlna
+fi
 
 if [ "/var/swap" == "$INSTDIR" ]; then
Index: /ipk/source.sh4/titangames_catcatch/CONTROL/postrm
===================================================================
--- /ipk/source.sh4/titangames_catcatch/CONTROL/postrm	(revision 23367)
+++ /ipk/source.sh4/titangames_catcatch/CONTROL/postrm	(revision 23368)
@@ -1,4 +1,6 @@
 #!/bin/sh
 INSTDIR="$1"
+
+rm -rf "$INSTDIR/usr/local/share/titan/plugins/dlna"
 
 echo "successfully removed"
