Index: /ipk/source.sh4/tools_IP-Kammera/CONTROL/postinst
===================================================================
--- /ipk/source.sh4/tools_IP-Kammera/CONTROL/postinst	(revision 23556)
+++ /ipk/source.sh4/tools_IP-Kammera/CONTROL/postinst	(revision 23557)
@@ -9,3 +9,7 @@
 fi
 
+if [ $INSTDIR != "/var" ]; then
+	ln -s $PLUGINDIR /var/usr/local/share/titan/plugins/instar 
+fi
+
 exit 0
Index: /ipk/source.sh4/tools_IP-Kammera/CONTROL/postrm
===================================================================
--- /ipk/source.sh4/tools_IP-Kammera/CONTROL/postrm	(revision 23556)
+++ /ipk/source.sh4/tools_IP-Kammera/CONTROL/postrm	(revision 23557)
@@ -4,4 +4,5 @@
 PLUGINDIR=$INSTDIR/usr/local/share/titan/plugins/instar
 rm -r $PLUGINDIR > /dev/null 2>&1
+rm -rf /var/usr/local/share/titan/plugins/instar
 
 exit 0
Index: /ipk/source.sh4/tools_autotimer/CONTROL/postinst
===================================================================
--- /ipk/source.sh4/tools_autotimer/CONTROL/postinst	(revision 23556)
+++ /ipk/source.sh4/tools_autotimer/CONTROL/postinst	(revision 23557)
@@ -4,3 +4,7 @@
 PLUGINDIR=$INSTDIR/usr/local/share/titan/plugins/autotimer
 
+if [ $INSTDIR != "/var" ]; then
+	ln -s $PLUGINDIR /var/usr/local/share/titan/plugins/autotimer 
+fi
+
 exit 0
Index: /ipk/source.sh4/tools_autotimer/CONTROL/postrm
===================================================================
--- /ipk/source.sh4/tools_autotimer/CONTROL/postrm	(revision 23556)
+++ /ipk/source.sh4/tools_autotimer/CONTROL/postrm	(revision 23557)
@@ -5,4 +5,5 @@
 
 rm -r $PLUGINDIR > /dev/null 2>&1
+rm -rf /var/usr/local/share/titan/plugins/autotimer
 
 exit 0
Index: /ipk/source.sh4/tools_lcdpearl1/CONTROL/postinst
===================================================================
--- /ipk/source.sh4/tools_lcdpearl1/CONTROL/postinst	(revision 23556)
+++ /ipk/source.sh4/tools_lcdpearl1/CONTROL/postinst	(revision 23557)
@@ -14,3 +14,7 @@
 rm -rf stm23
 
+if [ $INSTDIR != "/var" ]; then
+	ln -s $PLUGINDIR /var/usr/local/share/titan/plugins/lcdpearl1 
+fi
+
 exit 0
Index: /ipk/source.sh4/tools_lcdpearl1/CONTROL/postrm
===================================================================
--- /ipk/source.sh4/tools_lcdpearl1/CONTROL/postrm	(revision 23556)
+++ /ipk/source.sh4/tools_lcdpearl1/CONTROL/postrm	(revision 23557)
@@ -6,4 +6,5 @@
 rm -rf $PLUGINDIR
 rm -rf /var/etc/lcd4linux.conf
+rm -rf /var/usr/local/share/titan/plugins/lcdpearl1
 
 exit 0
Index: /ipk/source.sh4/tools_lcdsamsung/CONTROL/postinst
===================================================================
--- /ipk/source.sh4/tools_lcdsamsung/CONTROL/postinst	(revision 23556)
+++ /ipk/source.sh4/tools_lcdsamsung/CONTROL/postinst	(revision 23557)
@@ -4,3 +4,7 @@
 PLUGINDIR=$INSTDIR/usr/local/share/titan/plugins/lcdsamsung
 
+if [ $INSTDIR != "/var" ]; then
+	ln -s $PLUGINDIR /var/usr/local/share/titan/plugins/lcdsamsung 
+fi
+
 exit 0
Index: /ipk/source.sh4/tools_lcdsamsung/CONTROL/postrm
===================================================================
--- /ipk/source.sh4/tools_lcdsamsung/CONTROL/postrm	(revision 23556)
+++ /ipk/source.sh4/tools_lcdsamsung/CONTROL/postrm	(revision 23557)
@@ -5,4 +5,5 @@
 
 rm -rf $PLUGINDIR
+rm -rf /var/usr/local/share/titan/plugins/lcdsamsung
 
 exit 0
