Ignore:
Timestamp:
Feb 14, 2022, 12:29:43 PM (4 years ago)
Author:
obi
Message:

fix plugin permtime

File:
1 edited

Legend:

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

    r45366 r45683  
    11#!/bin/sh
    22
    3 if [ -e /etc/.oebuild ];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.