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

fix

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

Legend:

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

    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        opkg update
    55        opkg install titan-plugin-browser --dest $1
  • ipk/source.sh4/browser_netsurf/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        opkg remove titan-plugin-browser --dest $1
    55        opkg remove titan-netsurf
Note: See TracChangeset for help on using the changeset viewer.