Index: ipk/source.sh4/tools_callmonitor/CONTROL/postinst
===================================================================
--- ipk/source.sh4/tools_callmonitor/CONTROL/postinst	(revision 23550)
+++ ipk/source.sh4/tools_callmonitor/CONTROL/postinst	(revision 23551)
@@ -3,4 +3,8 @@
 INSTDIR="$1"  
 PLUGINDIR=$INSTDIR/usr/local/share/titan/plugins/callmonitor1
+
+if [ $INSTDIR != "/var" ]; then
+	ln -s $PLUGINDIR /var/usr/local/share/titan/plugins/callmonitor1 
+fi
 
 if [ -e /tmp/callmon.conf ]; then
Index: ipk/source.sh4/tools_callmonitor/CONTROL/postrm
===================================================================
--- ipk/source.sh4/tools_callmonitor/CONTROL/postrm	(revision 23550)
+++ ipk/source.sh4/tools_callmonitor/CONTROL/postrm	(revision 23551)
@@ -5,4 +5,5 @@
 
 rm -rf $PLUGINDIR
+rm -rf /var/usr/local/share/titan/plugins/callmonitor1 
 
 exit 0
