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

    r45958 r46249  
    33ARCH=$(cat /etc/.arch)
    44
    5 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
     5if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then
    66        opkg update
    77        opkg install strongswan
Note: See TracChangeset for help on using the changeset viewer.