Index: ipk/source.sh4/tools_lcdpearl1/CONTROL/postinst
===================================================================
--- ipk/source.sh4/tools_lcdpearl1/CONTROL/postinst	(revision 43293)
+++ ipk/source.sh4/tools_lcdpearl1/CONTROL/postinst	(revision 45683)
@@ -3,5 +3,5 @@
 PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/lcdpearl1" 
 
-if [ `cat /proc/version | grep stm24 | wc -l` -eq 1 ]; then 
+if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
 	cd /tmp/stm24 
 else 
@@ -14,5 +14,5 @@
 rm -rf stm23
 
-if [ -e /etc/.oebuild ];then
+if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
 	opkg update
 	opkg install titan-plugin-lcdpearl1 --dest $1
Index: ipk/source.sh4/tools_lcdpearl1/CONTROL/postrm
===================================================================
--- ipk/source.sh4/tools_lcdpearl1/CONTROL/postrm	(revision 43293)
+++ ipk/source.sh4/tools_lcdpearl1/CONTROL/postrm	(revision 45683)
@@ -6,5 +6,5 @@
 rm -rf /var/etc/lcd4linux.conf
 
-if [ -e /etc/.oebuild ];then
+if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
 	opkg remove titan-plugin-lcdpearl1 --dest $1
 fi
