- Timestamp:
- Oct 15, 2022, 5:24:05 PM (4 years ago)
- Location:
- ipk/source.sh4
- Files:
-
- 38 edited
-
browser_netsurf/CONTROL/postinst (modified) (1 diff)
-
games_catcatch/CONTROL/postinst (modified) (1 diff)
-
games_sudoku/CONTROL/postinst (modified) (1 diff)
-
games_wins3/CONTROL/postinst (modified) (1 diff)
-
infos_imdb/CONTROL/postinst (modified) (1 diff)
-
infos_imdbapi/CONTROL/postinst (modified) (1 diff)
-
infos_news/CONTROL/postinst (modified) (1 diff)
-
infos_stock/CONTROL/postinst (modified) (1 diff)
-
infos_streaminfo/CONTROL/postinst (modified) (1 diff)
-
infos_tmdb/CONTROL/postinst (modified) (1 diff)
-
infos_weather/CONTROL/postinst (modified) (1 diff)
-
infos_wm2018/CONTROL/postinst (modified) (1 diff)
-
network_dlna/CONTROL/postinst (modified) (1 diff)
-
network_facebook/CONTROL/postinst (modified) (1 diff)
-
network_ipsec/CONTROL/postinst (modified) (1 diff)
-
network_minisatip/CONTROL/postinst (modified) (1 diff)
-
network_networkbrowser/CONTROL/postinst (modified) (1 diff)
-
network_satipclient/CONTROL/postinst (modified) (1 diff)
-
network_xupnpd/CONTROL/postinst (modified) (1 diff)
-
players_tmc/CONTROL/postinst (modified) (1 diff)
-
playersnp_dvdplayer/CONTROL/postinst (modified) (1 diff)
-
playersnp_hbbtv/CONTROL/postinst (modified) (1 diff)
-
tools_IP-Kamera/CONTROL/postinst (modified) (1 diff)
-
tools_autotimer/CONTROL/postinst (modified) (1 diff)
-
tools_callmonitor/CONTROL/postinst (modified) (1 diff)
-
tools_filemanager/CONTROL/postinst (modified) (1 diff)
-
tools_keylock/CONTROL/postinst (modified) (1 diff)
-
tools_kravencfg/CONTROL/postinst (modified) (1 diff)
-
tools_lcdpearl1/CONTROL/postinst (modified) (1 diff)
-
tools_lcdsamsung/CONTROL/postinst (modified) (1 diff)
-
tools_optimize/CONTROL/postinst (modified) (1 diff)
-
tools_rgui/CONTROL/postinst (modified) (1 diff)
-
tools_scriptexec/CONTROL/postinst (modified) (1 diff)
-
tools_stopifnotused/CONTROL/postinst (modified) (1 diff)
-
tools_tsschnitt/CONTROL/postinst (modified) (1 diff)
-
tools_usbreset/CONTROL/postinst (modified) (1 diff)
-
tools_wlandisplay/CONTROL/postinst (modified) (1 diff)
-
tools_zapback/CONTROL/postinst (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ipk/source.sh4/browser_netsurf/CONTROL/postinst
r45685 r46249 1 1 #!/bin/sh 2 2 3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then3 if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then 4 4 opkg update 5 5 opkg install titan-plugin-browser --dest $1 -
ipk/source.sh4/games_catcatch/CONTROL/postinst
r45958 r46249 1 1 #!/bin/sh 2 2 3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then3 if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then 4 4 opkg update 5 5 opkg install titan-plugin-games-catcatch --dest $1 -
ipk/source.sh4/games_sudoku/CONTROL/postinst
r45958 r46249 1 1 #!/bin/sh 2 2 3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then3 if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then 4 4 opkg update 5 5 opkg install titan-plugin-games-sudoku --dest $1 -
ipk/source.sh4/games_wins3/CONTROL/postinst
r45958 r46249 1 1 #!/bin/sh 2 2 3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then3 if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then 4 4 opkg update 5 5 opkg install titan-plugin-games-wins3 --dest $1 -
ipk/source.sh4/infos_imdb/CONTROL/postinst
r45957 r46249 1 1 #!/bin/sh 2 2 3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then3 if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then 4 4 opkg update 5 5 opkg install titan-plugin-infos-imdb --dest $1 -
ipk/source.sh4/infos_imdbapi/CONTROL/postinst
r45957 r46249 1 1 #!/bin/sh 2 2 3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then3 if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then 4 4 opkg update 5 5 opkg install titan-plugin-infos-imdbapi --dest $1 -
ipk/source.sh4/infos_news/CONTROL/postinst
r45957 r46249 1 1 #!/bin/sh 2 2 3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then3 if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then 4 4 opkg update 5 5 opkg install titan-plugin-infos-news --dest $1 -
ipk/source.sh4/infos_stock/CONTROL/postinst
r45957 r46249 1 1 #!/bin/sh 2 2 3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then3 if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then 4 4 opkg update 5 5 opkg install titan-plugin-infos-stock --dest $1 -
ipk/source.sh4/infos_streaminfo/CONTROL/postinst
r45957 r46249 1 1 #!/bin/sh 2 2 3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then3 if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then 4 4 opkg update 5 5 opkg install titan-plugin-infos-streaminfo --dest $1 -
ipk/source.sh4/infos_tmdb/CONTROL/postinst
r45957 r46249 1 1 #!/bin/sh 2 2 3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then3 if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then 4 4 opkg update 5 5 opkg install titan-plugin-infos-tmdb --dest $1 -
ipk/source.sh4/infos_weather/CONTROL/postinst
r45957 r46249 1 1 #!/bin/sh 2 2 3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then3 if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then 4 4 opkg update 5 5 opkg install titan-plugin-infos-weather --dest $1 -
ipk/source.sh4/infos_wm2018/CONTROL/postinst
r45957 r46249 1 1 #!/bin/sh 2 2 3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then3 if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then 4 4 opkg update 5 5 opkg install titan-plugin-infos-wm2018 --dest $1 -
ipk/source.sh4/network_dlna/CONTROL/postinst
r45685 r46249 6 6 echo PLUGINDIR $PLUGINDIR 7 7 8 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then8 if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then 9 9 opkg update 10 10 opkg install minidlna --dest $1 -
ipk/source.sh4/network_facebook/CONTROL/postinst
r45958 r46249 1 1 #!/bin/sh 2 2 3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then3 if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then 4 4 opkg update 5 5 opkg install titan-plugin-network-facebook --dest $1 -
ipk/source.sh4/network_ipsec/CONTROL/postinst
r45958 r46249 3 3 ARCH=$(cat /etc/.arch) 4 4 5 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then5 if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then 6 6 opkg update 7 7 opkg install strongswan -
ipk/source.sh4/network_minisatip/CONTROL/postinst
r45958 r46249 1 1 #!/bin/sh 2 2 3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then3 if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then 4 4 opkg update 5 5 opkg install minisatip -
ipk/source.sh4/network_networkbrowser/CONTROL/postinst
r45958 r46249 1 1 #!/bin/sh 2 2 3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then3 if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then 4 4 opkg update 5 5 opkg install titan-plugin-network-networkbrowser --dest $1 -
ipk/source.sh4/network_satipclient/CONTROL/postinst
r45958 r46249 1 1 #!/bin/sh 2 2 3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then3 if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then 4 4 opkg update 5 5 opkg install satipclient -
ipk/source.sh4/network_xupnpd/CONTROL/postinst
r45958 r46249 7 7 mkdir $INSTDIR/etc/xupnpd/config 8 8 9 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then9 if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then 10 10 opkg update 11 11 opkg install titan-plugin-network-xupnpd --dest $1 -
ipk/source.sh4/players_tmc/CONTROL/postinst
r45958 r46249 1 1 #!/bin/sh 2 2 3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then3 if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then 4 4 opkg update 5 5 opkg install titan-plugin-player-tmc --dest $1 -
ipk/source.sh4/playersnp_dvdplayer/CONTROL/postinst
r45958 r46249 1 1 #!/bin/sh 2 2 3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then3 if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then 4 4 opkg update 5 5 opkg install titan-plugin-player-dvdplayer --dest $1 -
ipk/source.sh4/playersnp_hbbtv/CONTROL/postinst
r45958 r46249 1 1 #!/bin/sh 2 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then2 if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then 3 3 opkg update 4 4 # opkg install titan-plugin-player-hbbtv --dest $1 -
ipk/source.sh4/tools_IP-Kamera/CONTROL/postinst
r45958 r46249 1 1 #!/bin/sh 2 2 3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then3 if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then 4 4 opkg update 5 5 opkg install titan-plugin-tools-instar --dest $1 -
ipk/source.sh4/tools_autotimer/CONTROL/postinst
r45958 r46249 1 1 #!/bin/sh 2 2 3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then3 if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then 4 4 opkg update 5 5 opkg install titan-plugin-tools-autotimer --dest $1 -
ipk/source.sh4/tools_callmonitor/CONTROL/postinst
r45958 r46249 1 1 #!/bin/sh 2 2 3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then3 if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then 4 4 opkg update 5 5 opkg install titan-plugin-tools-callmonitor1 --dest $1 -
ipk/source.sh4/tools_filemanager/CONTROL/postinst
r45958 r46249 1 1 #!/bin/sh 2 2 3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then3 if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then 4 4 opkg update 5 5 opkg install titan-plugin-tools-filemanager --dest $1 -
ipk/source.sh4/tools_keylock/CONTROL/postinst
r45958 r46249 1 1 #!/bin/sh 2 2 3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then3 if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then 4 4 opkg update 5 5 opkg install titan-plugin-tools-keylock --dest $1 -
ipk/source.sh4/tools_kravencfg/CONTROL/postinst
r45958 r46249 5 5 chmod 755 $INSTDIR/usr/local/share/titan/plugins/kravencfg/kravencfg.sh 6 6 7 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then7 if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then 8 8 opkg update 9 9 opkg install titan-plugin-tools-kravencfg --dest $1 -
ipk/source.sh4/tools_lcdpearl1/CONTROL/postinst
r45958 r46249 14 14 rm -rf stm23 15 15 16 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then16 if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then 17 17 opkg update 18 18 opkg install titan-plugin-tools-lcdpearl1 --dest $1 -
ipk/source.sh4/tools_lcdsamsung/CONTROL/postinst
r45958 r46249 9 9 fi 10 10 11 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then11 if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then 12 12 opkg update 13 13 opkg install titan-plugin-tools-lcdsamsung --dest $1 -
ipk/source.sh4/tools_optimize/CONTROL/postinst
r45958 r46249 1 1 #!/bin/sh 2 2 3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then3 if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then 4 4 opkg update 5 5 opkg install titan-plugin-tools-optimize --dest $1 -
ipk/source.sh4/tools_rgui/CONTROL/postinst
r45958 r46249 1 1 #!/bin/sh 2 2 3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then3 if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then 4 4 opkg update 5 5 opkg install titan-plugin-tools-rgui --dest $1 -
ipk/source.sh4/tools_scriptexec/CONTROL/postinst
r45958 r46249 1 1 #!/bin/sh 2 2 3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then3 if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then 4 4 opkg update 5 5 opkg install titan-plugin-tools-scriptexec --dest $1 -
ipk/source.sh4/tools_stopifnotused/CONTROL/postinst
r45958 r46249 1 1 #!/bin/sh 2 2 3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then3 if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then 4 4 opkg update 5 5 opkg install titan-plugin-tools-stopifnotused --dest $1 -
ipk/source.sh4/tools_tsschnitt/CONTROL/postinst
r45958 r46249 1 1 #!/bin/sh 2 2 3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then3 if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then 4 4 opkg update 5 5 opkg install titan-plugin-tools-tsschnitt --dest $1 -
ipk/source.sh4/tools_usbreset/CONTROL/postinst
r45958 r46249 1 1 #!/bin/sh 2 2 3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then3 if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then 4 4 opkg update 5 5 opkg install titan-plugin-tools-usbreset --dest $1 -
ipk/source.sh4/tools_wlandisplay/CONTROL/postinst
r45958 r46249 9 9 fi 10 10 11 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then11 if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then 12 12 opkg update 13 13 opkg install titan-plugin-tools-wlandisplay --dest $1 -
ipk/source.sh4/tools_zapback/CONTROL/postinst
r45958 r46249 1 1 #!/bin/sh 2 2 3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then3 if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then 4 4 opkg update 5 5 opkg install titan-plugin-tools-zapback --dest $1
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/openaaf/chrome/common/titannit_trac_banner.png)