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_lcdsamsung/CONTROL/postinst

    r45958 r46249  
    99fi
    1010
    11 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
     11if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then
    1212        opkg update
    1313        opkg install titan-plugin-tools-lcdsamsung --dest $1
Note: See TracChangeset for help on using the changeset viewer.