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

fix

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

Legend:

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

    r45684 r45685  
    55chmod 755 $INSTDIR/usr/local/share/titan/plugins/kravencfg/kravencfg.sh
    66
    7 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then ];then
     7if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
    88        opkg update
    99        opkg install titan-plugin-kravencfg --dest $1
  • ipk/source.sh4/tools_kravencfg/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-kravencfg --dest $1
    55fi
Note: See TracChangeset for help on using the changeset viewer.