Changeset 46249 for ipk


Ignore:
Timestamp:
Oct 15, 2022, 5:24:05 PM (4 years ago)
Author:
obi
Message:

fix ipkg postinst

Location:
ipk/source.sh4
Files:
38 edited

Legend:

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

    r45685 r46249  
    11#!/bin/sh
    22
    3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
     3if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then
    44        opkg update
    55        opkg install titan-plugin-browser --dest $1
  • ipk/source.sh4/games_catcatch/CONTROL/postinst

    r45958 r46249  
    11#!/bin/sh
    22
    3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
     3if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then
    44        opkg update
    55        opkg install titan-plugin-games-catcatch --dest $1
  • ipk/source.sh4/games_sudoku/CONTROL/postinst

    r45958 r46249  
    11#!/bin/sh
    22
    3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
     3if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then
    44        opkg update
    55        opkg install titan-plugin-games-sudoku --dest $1
  • ipk/source.sh4/games_wins3/CONTROL/postinst

    r45958 r46249  
    11#!/bin/sh
    22
    3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
     3if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then
    44        opkg update
    55        opkg install titan-plugin-games-wins3 --dest $1
  • ipk/source.sh4/infos_imdb/CONTROL/postinst

    r45957 r46249  
    11#!/bin/sh
    22
    3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
     3if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then
    44        opkg update
    55        opkg install titan-plugin-infos-imdb --dest $1
  • ipk/source.sh4/infos_imdbapi/CONTROL/postinst

    r45957 r46249  
    11#!/bin/sh
    22
    3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
     3if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then
    44        opkg update
    55        opkg install titan-plugin-infos-imdbapi --dest $1
  • ipk/source.sh4/infos_news/CONTROL/postinst

    r45957 r46249  
    11#!/bin/sh
    22
    3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
     3if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then
    44        opkg update
    55        opkg install titan-plugin-infos-news --dest $1
  • ipk/source.sh4/infos_stock/CONTROL/postinst

    r45957 r46249  
    11#!/bin/sh
    22
    3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
     3if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then
    44        opkg update
    55        opkg install titan-plugin-infos-stock --dest $1
  • ipk/source.sh4/infos_streaminfo/CONTROL/postinst

    r45957 r46249  
    11#!/bin/sh
    22
    3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
     3if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then
    44        opkg update
    55        opkg install titan-plugin-infos-streaminfo --dest $1
  • ipk/source.sh4/infos_tmdb/CONTROL/postinst

    r45957 r46249  
    11#!/bin/sh
    22
    3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
     3if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then
    44        opkg update
    55        opkg install titan-plugin-infos-tmdb --dest $1
  • ipk/source.sh4/infos_weather/CONTROL/postinst

    r45957 r46249  
    11#!/bin/sh
    22
    3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
     3if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then
    44        opkg update
    55        opkg install titan-plugin-infos-weather --dest $1
  • ipk/source.sh4/infos_wm2018/CONTROL/postinst

    r45957 r46249  
    11#!/bin/sh
    22
    3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
     3if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then
    44        opkg update
    55        opkg install titan-plugin-infos-wm2018 --dest $1
  • ipk/source.sh4/network_dlna/CONTROL/postinst

    r45685 r46249  
    66echo PLUGINDIR $PLUGINDIR
    77
    8 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
     8if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then
    99        opkg update
    1010        opkg install minidlna --dest $1
  • ipk/source.sh4/network_facebook/CONTROL/postinst

    r45958 r46249  
    11#!/bin/sh
    22
    3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
     3if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then
    44        opkg update
    55        opkg install titan-plugin-network-facebook --dest $1
  • 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
  • ipk/source.sh4/network_minisatip/CONTROL/postinst

    r45958 r46249  
    11#!/bin/sh
    22
    3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
     3if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then
    44        opkg update
    55        opkg install minisatip
  • ipk/source.sh4/network_networkbrowser/CONTROL/postinst

    r45958 r46249  
    11#!/bin/sh
    22
    3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
     3if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then
    44        opkg update
    55        opkg install titan-plugin-network-networkbrowser --dest $1
  • ipk/source.sh4/network_satipclient/CONTROL/postinst

    r45958 r46249  
    11#!/bin/sh
    22
    3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
     3if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then
    44        opkg update
    55        opkg install satipclient
  • ipk/source.sh4/network_xupnpd/CONTROL/postinst

    r45958 r46249  
    77mkdir $INSTDIR/etc/xupnpd/config
    88
    9 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
     9if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then
    1010        opkg update
    1111        opkg install titan-plugin-network-xupnpd --dest $1
  • ipk/source.sh4/players_tmc/CONTROL/postinst

    r45958 r46249  
    11#!/bin/sh
    22
    3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
     3if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then
    44        opkg update
    55        opkg install titan-plugin-player-tmc --dest $1
  • ipk/source.sh4/playersnp_dvdplayer/CONTROL/postinst

    r45958 r46249  
    11#!/bin/sh
    22
    3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
     3if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then
    44        opkg update
    55        opkg install titan-plugin-player-dvdplayer --dest $1
  • ipk/source.sh4/playersnp_hbbtv/CONTROL/postinst

    r45958 r46249  
    11#!/bin/sh
    2 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
     2if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then
    33        opkg update
    44#       opkg install titan-plugin-player-hbbtv --dest $1
  • ipk/source.sh4/tools_IP-Kamera/CONTROL/postinst

    r45958 r46249  
    11#!/bin/sh
    22
    3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
     3if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then
    44        opkg update
    55        opkg install titan-plugin-tools-instar --dest $1
  • ipk/source.sh4/tools_autotimer/CONTROL/postinst

    r45958 r46249  
    11#!/bin/sh
    22
    3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
     3if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then
    44        opkg update
    55        opkg install titan-plugin-tools-autotimer --dest $1
  • ipk/source.sh4/tools_callmonitor/CONTROL/postinst

    r45958 r46249  
    11#!/bin/sh
    22
    3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
     3if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then
    44        opkg update
    55        opkg install titan-plugin-tools-callmonitor1 --dest $1
  • ipk/source.sh4/tools_filemanager/CONTROL/postinst

    r45958 r46249  
    11#!/bin/sh
    22
    3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
     3if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then
    44        opkg update
    55        opkg install titan-plugin-tools-filemanager --dest $1
  • ipk/source.sh4/tools_keylock/CONTROL/postinst

    r45958 r46249  
    11#!/bin/sh
    22
    3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
     3if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then
    44        opkg update
    55        opkg install titan-plugin-tools-keylock --dest $1
  • ipk/source.sh4/tools_kravencfg/CONTROL/postinst

    r45958 r46249  
    55chmod 755 $INSTDIR/usr/local/share/titan/plugins/kravencfg/kravencfg.sh
    66
    7 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
     7if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then
    88        opkg update
    99        opkg install titan-plugin-tools-kravencfg --dest $1
  • ipk/source.sh4/tools_lcdpearl1/CONTROL/postinst

    r45958 r46249  
    1414rm -rf stm23
    1515
    16 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
     16if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then
    1717        opkg update
    1818        opkg install titan-plugin-tools-lcdpearl1 --dest $1
  • ipk/source.sh4/tools_lcdsamsung/CONTROL/postinst

    r45958 r46249  
    99fi
    1010
    11 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
     11if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then
    1212        opkg update
    1313        opkg install titan-plugin-tools-lcdsamsung --dest $1
  • ipk/source.sh4/tools_optimize/CONTROL/postinst

    r45958 r46249  
    11#!/bin/sh
    22
    3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
     3if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then
    44        opkg update
    55        opkg install titan-plugin-tools-optimize --dest $1
  • ipk/source.sh4/tools_rgui/CONTROL/postinst

    r45958 r46249  
    11#!/bin/sh
    22
    3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
     3if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then
    44        opkg update
    55        opkg install titan-plugin-tools-rgui --dest $1
  • ipk/source.sh4/tools_scriptexec/CONTROL/postinst

    r45958 r46249  
    11#!/bin/sh
    22
    3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
     3if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then
    44        opkg update
    55        opkg install titan-plugin-tools-scriptexec --dest $1
  • ipk/source.sh4/tools_stopifnotused/CONTROL/postinst

    r45958 r46249  
    11#!/bin/sh
    22
    3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
     3if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then
    44        opkg update
    55        opkg install titan-plugin-tools-stopifnotused --dest $1
  • ipk/source.sh4/tools_tsschnitt/CONTROL/postinst

    r45958 r46249  
    11#!/bin/sh
    22
    3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
     3if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then
    44        opkg update
    55        opkg install titan-plugin-tools-tsschnitt --dest $1
  • ipk/source.sh4/tools_usbreset/CONTROL/postinst

    r45958 r46249  
    11#!/bin/sh
    22
    3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
     3if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then
    44        opkg update
    55        opkg install titan-plugin-tools-usbreset --dest $1
  • ipk/source.sh4/tools_wlandisplay/CONTROL/postinst

    r45958 r46249  
    99fi
    1010
    11 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
     11if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then
    1212        opkg update
    1313        opkg install titan-plugin-tools-wlandisplay --dest $1
  • ipk/source.sh4/tools_zapback/CONTROL/postinst

    r45958 r46249  
    11#!/bin/sh
    22
    3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
     3if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then
    44        opkg update
    55        opkg install titan-plugin-tools-zapback --dest $1
Note: See TracChangeset for help on using the changeset viewer.