Index: ipk/source.sh4/tools_autotimer/CONTROL/postinst
===================================================================
--- ipk/source.sh4/tools_autotimer/CONTROL/postinst	(revision 23484)
+++ 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 23484)
+++ 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
