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

    r45958 r46249  
    11#!/bin/sh
    2 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
     2if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then
    33        opkg update
    44#       opkg install titan-plugin-player-hbbtv --dest $1
Note: See TracChangeset for help on using the changeset viewer.