Ignore:
Timestamp:
Feb 14, 2022, 12:29:43 PM (4 years ago)
Author:
obi
Message:

fix plugin permtime

Location:
ipk/source.sh4/tools_lcdpearl1/CONTROL
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ipk/source.sh4/tools_lcdpearl1/CONTROL/postinst

    r43293 r45683  
    33PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/lcdpearl1"
    44
    5 if [ `cat /proc/version | grep stm24 | wc -l` -eq 1 ]; then
     5if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
    66        cd /tmp/stm24
    77else
     
    1414rm -rf stm23
    1515
    16 if [ -e /etc/.oebuild ];then
     16if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
    1717        opkg update
    1818        opkg install titan-plugin-lcdpearl1 --dest $1
  • ipk/source.sh4/tools_lcdpearl1/CONTROL/postrm

    r43292 r45683  
    66rm -rf /var/etc/lcd4linux.conf
    77
    8 if [ -e /etc/.oebuild ];then
     8if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
    99        opkg remove titan-plugin-lcdpearl1 --dest $1
    1010fi
Note: See TracChangeset for help on using the changeset viewer.