Index: ipk/source.sh4/tools_scriptexec/CONTROL/postinst
===================================================================
--- ipk/source.sh4/tools_scriptexec/CONTROL/postinst	(revision 45683)
+++ ipk/source.sh4/tools_scriptexec/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-scriptexec --dest $1
Index: ipk/source.sh4/tools_scriptexec/CONTROL/postrm
===================================================================
--- ipk/source.sh4/tools_scriptexec/CONTROL/postrm	(revision 45683)
+++ ipk/source.sh4/tools_scriptexec/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-scriptexec --dest $1
 fi
