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

    r45958 r46249  
    55chmod 755 $INSTDIR/usr/local/share/titan/plugins/kravencfg/kravencfg.sh
    66
    7 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
     7if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then
    88        opkg update
    99        opkg install titan-plugin-tools-kravencfg --dest $1
Note: See TracChangeset for help on using the changeset viewer.