Index: ipk/source.sh4/network_dlna/CONTROL/postinst
===================================================================
--- ipk/source.sh4/network_dlna/CONTROL/postinst	(revision 45684)
+++ ipk/source.sh4/network_dlna/CONTROL/postinst	(revision 45685)
@@ -6,5 +6,5 @@
 echo PLUGINDIR $PLUGINDIR
 
-if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then ];then
+if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
 	opkg update
 	opkg install minidlna --dest $1
Index: ipk/source.sh4/network_dlna/CONTROL/postrm
===================================================================
--- ipk/source.sh4/network_dlna/CONTROL/postrm	(revision 45684)
+++ ipk/source.sh4/network_dlna/CONTROL/postrm	(revision 45685)
@@ -5,5 +5,5 @@
 rm -rf "$PLUGINDIR" >/dev/null 2>&1
 
-if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then ];then
+if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
 	opkg remove minidlna --dest $1
 fi
