Ignore:
Timestamp:
Oct 15, 2022, 5:24:05 PM (4 years ago)
Author:
obi
Message:

fix ipkg postinst

File:
1 edited

Legend:

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

    r45958 r46249  
    1414rm -rf stm23
    1515
    16 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
     16if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then
    1717        opkg update
    1818        opkg install titan-plugin-tools-lcdpearl1 --dest $1
Note: See TracChangeset for help on using the changeset viewer.