Index: ipk/source.sh4/tools_callmonitor/CONTROL/postinst
===================================================================
--- ipk/source.sh4/tools_callmonitor/CONTROL/postinst	(revision 45683)
+++ ipk/source.sh4/tools_callmonitor/CONTROL/postinst	(revision 45684)
@@ -1,5 +1,5 @@
 #!/bin/sh
 
-if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
+if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then ];then
 	opkg update
 	opkg install titan-plugin-callmonitor1 --dest $1
@@ -9,5 +9,5 @@
 PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/callmonitor1"
 
-if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
+if [ -e /tmp/callmon.conf ]; then
 	mv "$PLUGINDIR/callmon.conf" "$PLUGINDIR/callmon.conf_org"
 	cp /tmp/callmon.conf "$PLUGINDIR/callmon.conf"
