Changeset 46249


Ignore:
Timestamp:
10/15/22 17:24:05 (18 months ago)
Author:
obi
Message:

fix ipkg postinst

Location:
ipk
Files:
85 edited

Legend:

Unmodified
Added
Removed
  • ipk/source.arm/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.mipsel/browser_netsurf/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-browser-netsurf --dest $1
  • ipk/source.mipsel/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.mipsel/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.mipsel/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.mipsel/gui_e2starter/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-gui-e2starter --dest $1
  • ipk/source.mipsel/gui_kodistarter/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-gui-kodistarter --dest $1
  • ipk/source.mipsel/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.mipsel/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.mipsel/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.mipsel/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.mipsel/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.mipsel/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.mipsel/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.mipsel/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.mipsel/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.mipsel/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.mipsel/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.mipsel/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.mipsel/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.mipsel/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.mipsel/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.mipsel/players_gmediarender/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-gmediarender --dest $1
  • ipk/source.mipsel/players_mc/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-mc --dest $1
  • ipk/source.mipsel/players_tithek/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-tithek --dest $1
  • ipk/source.mipsel/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.mipsel/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.mipsel/playersnp_hbbtv/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-hbbtv --dest $1
  • ipk/source.mipsel/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.mipsel/tools_PermanentTime/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-permtime --dest $1
  • ipk/source.mipsel/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.mipsel/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.mipsel/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.mipsel/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.mipsel/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.mipsel/tools_lcdpearl1/CONTROL/postinst

    r45958 r46249  
    33PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/lcdpearl1"
    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 titan-plugin-tools-lcdpearl1 --dest $1
  • ipk/source.mipsel/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.mipsel/tools_multiimage/CONTROL/postinst

    r45958 r46249  
    2020rm /tmp/ubi_reader-master.tar.gz.txt  > /dev/null 2>&1
    2121
    22 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
     22if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then
    2323        opkg update
    2424        opkg install titan-plugin-tools-multiimage --dest $1
  • ipk/source.mipsel/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.mipsel/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.mipsel/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.mipsel/tools_sispmctl/CONTROL/postinst

    r45958 r46249  
    1111cp "$PLUGINDIR/lib/libusb-0.1.so.4" "/usr/lib/libusb-0.1.so.4"
    1212
    13 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
     13if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then
    1414        opkg update
    1515        opkg install titan-plugin-tools-sispmctl --dest $1
  • ipk/source.mipsel/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.mipsel/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.mipsel/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.mipsel/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.mipsel/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
  • 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.