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

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