Index: ipk/source.sh4/tools_callmonitor/CONTROL/postinst
===================================================================
--- ipk/source.sh4/tools_callmonitor/CONTROL/postinst	(revision 23916)
+++ ipk/source.sh4/tools_callmonitor/CONTROL/postinst	(revision 24155)
@@ -2,9 +2,4 @@
 INSTDIR="$1"  
 PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/callmonitor1"
-
-if [ $INSTDIR != "/var" ]; then
-	rm -rf /var/usr/local/share/titan/plugins/callmonitor1 >/dev/null 2>&1
-	ln -sfn "$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 23916)
+++ ipk/source.sh4/tools_callmonitor/CONTROL/postrm	(revision 24155)
@@ -5,7 +5,3 @@
 rm -rf "$PLUGINDIR" >/dev/null 2>&1
 
-if [ "/var" != "$INSTDIR" ]; then
-	rm -rf /var/usr/local/share/titan/plugins/callmonitor1
-fi 
-
 exit 0
