Ignore:
Timestamp:
Feb 14, 2022, 1:05:52 PM (4 years ago)
Author:
obi
Message:

fix

Location:
ipk/source.sh4/network_ipsec/CONTROL
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ipk/source.sh4/network_ipsec/CONTROL/postinst

    r45684 r45685  
    33ARCH=$(cat /etc/.arch)
    44
    5 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then ];then
     5if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
    66        opkg update
    77        opkg install strongswan
  • ipk/source.sh4/network_ipsec/CONTROL/postrm

    r45684 r45685  
    11#!/bin/sh
    22
    3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then ];then
     3if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
    44        sed 's/ipsec=.*//g' -i /mnt/config/start-config
    55        opkg remove strongswan --force-removal-of-dependent-packages
Note: See TracChangeset for help on using the changeset viewer.