Index: ipk/source.sh4/network_ipsec/CONTROL/postinst
===================================================================
--- ipk/source.sh4/network_ipsec/CONTROL/postinst	(revision 45684)
+++ ipk/source.sh4/network_ipsec/CONTROL/postinst	(revision 45685)
@@ -3,5 +3,5 @@
 ARCH=$(cat /etc/.arch)
 
-if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then ];then
+if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
 	opkg update
 	opkg install strongswan
Index: ipk/source.sh4/network_ipsec/CONTROL/postrm
===================================================================
--- ipk/source.sh4/network_ipsec/CONTROL/postrm	(revision 45684)
+++ ipk/source.sh4/network_ipsec/CONTROL/postrm	(revision 45685)
@@ -1,5 +1,5 @@
 #!/bin/sh
 
-if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then ];then
+if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
 	sed 's/ipsec=.*//g' -i /mnt/config/start-config
 	opkg remove strongswan --force-removal-of-dependent-packages
