Index: ipk/source.sh4/tools_stopifnotused/CONTROL/control
===================================================================
--- ipk/source.sh4/tools_stopifnotused/CONTROL/control	(revision 45683)
+++ ipk/source.sh4/tools_stopifnotused/CONTROL/control	(revision 45684)
@@ -3,5 +3,5 @@
 Architecture: sh4
 Section: tools
-Description: Power off if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
+Description: Power off if box not used
 Titanname: Stop if not used
 Showname: Stop if not used
Index: ipk/source.sh4/tools_stopifnotused/CONTROL/postinst
===================================================================
--- ipk/source.sh4/tools_stopifnotused/CONTROL/postinst	(revision 45683)
+++ ipk/source.sh4/tools_stopifnotused/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-stopifnotused --dest $1
Index: ipk/source.sh4/tools_stopifnotused/CONTROL/postrm
===================================================================
--- ipk/source.sh4/tools_stopifnotused/CONTROL/postrm	(revision 45683)
+++ ipk/source.sh4/tools_stopifnotused/CONTROL/postrm	(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 remove titan-plugin-stopifnotused --dest $1
 fi
