Index: ipk/source.sh4/tools_callmonitor/CONTROL/preinst
===================================================================
--- ipk/source.sh4/tools_callmonitor/CONTROL/preinst	(revision 23484)
+++ ipk/source.sh4/tools_callmonitor/CONTROL/preinst	(revision 23668)
@@ -1,13 +1,11 @@
 #!/bin/sh
-#
-TMP=/tmp/.TOOLS
 INSTDIR="$1"  
-PLUGINDIR=$INSTDIR/usr/local/share/titan/plugins/callmonitor1
+PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/callmonitor1"
 
-if [ -e $PLUGINDIR/callmon.conf ]; then
-	cp $PLUGINDIR/callmon.conf /tmp/callmon.conf 
+if [ -e "$PLUGINDIR/callmon.conf" ]; then
+	cp "$PLUGINDIR/callmon.conf" /tmp/callmon.conf 
 fi
 
-rm -rf $PLUGINDIR
+rm -rf "$PLUGINDIR"
 
 exit 0
