- Timestamp:
- Oct 15, 2022, 5:26:32 PM (4 years ago)
- Location:
- ipk/source.sh4
- Files:
-
- 38 edited
-
browser_netsurf/CONTROL/postrm (modified) (1 diff)
-
games_catcatch/CONTROL/postrm (modified) (1 diff)
-
games_sudoku/CONTROL/postrm (modified) (1 diff)
-
games_wins3/CONTROL/postrm (modified) (1 diff)
-
infos_imdb/CONTROL/postrm (modified) (1 diff)
-
infos_imdbapi/CONTROL/postrm (modified) (1 diff)
-
infos_news/CONTROL/postrm (modified) (1 diff)
-
infos_stock/CONTROL/postrm (modified) (1 diff)
-
infos_streaminfo/CONTROL/postrm (modified) (1 diff)
-
infos_tmdb/CONTROL/postrm (modified) (1 diff)
-
infos_weather/CONTROL/postrm (modified) (1 diff)
-
infos_wm2018/CONTROL/postrm (modified) (1 diff)
-
network_dlna/CONTROL/postrm (modified) (1 diff)
-
network_facebook/CONTROL/postrm (modified) (1 diff)
-
network_ipsec/CONTROL/postrm (modified) (1 diff)
-
network_minisatip/CONTROL/postrm (modified) (1 diff)
-
network_networkbrowser/CONTROL/postrm (modified) (1 diff)
-
network_satipclient/CONTROL/postrm (modified) (1 diff)
-
network_xupnpd/CONTROL/postrm (modified) (1 diff)
-
players_tmc/CONTROL/postrm (modified) (1 diff)
-
playersnp_dvdplayer/CONTROL/postrm (modified) (1 diff)
-
playersnp_hbbtv/CONTROL/postrm (modified) (1 diff)
-
tools_IP-Kamera/CONTROL/postrm (modified) (1 diff)
-
tools_autotimer/CONTROL/postrm (modified) (1 diff)
-
tools_callmonitor/CONTROL/postrm (modified) (1 diff)
-
tools_filemanager/CONTROL/postrm (modified) (1 diff)
-
tools_keylock/CONTROL/postrm (modified) (1 diff)
-
tools_kravencfg/CONTROL/postrm (modified) (1 diff)
-
tools_lcdpearl1/CONTROL/postrm (modified) (1 diff)
-
tools_lcdsamsung/CONTROL/postrm (modified) (1 diff)
-
tools_optimize/CONTROL/postrm (modified) (1 diff)
-
tools_rgui/CONTROL/postrm (modified) (1 diff)
-
tools_scriptexec/CONTROL/postrm (modified) (1 diff)
-
tools_stopifnotused/CONTROL/postrm (modified) (1 diff)
-
tools_tsschnitt/CONTROL/postrm (modified) (1 diff)
-
tools_usbreset/CONTROL/postrm (modified) (1 diff)
-
tools_wlandisplay/CONTROL/postrm (modified) (1 diff)
-
tools_zapback/CONTROL/postrm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ipk/source.sh4/browser_netsurf/CONTROL/postrm
r45685 r46250 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 remove titan-plugin-browser --dest $1 5 5 opkg remove titan-netsurf -
ipk/source.sh4/games_catcatch/CONTROL/postrm
r45958 r46250 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 remove titan-plugin-games-catcatch --dest $1 5 5 fi -
ipk/source.sh4/games_sudoku/CONTROL/postrm
r45958 r46250 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 remove titan-plugin-games-sudoku --dest $1 5 5 fi -
ipk/source.sh4/games_wins3/CONTROL/postrm
r45958 r46250 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 remove titan-plugin-games-wins3 --dest $1 5 5 fi -
ipk/source.sh4/infos_imdb/CONTROL/postrm
r45685 r46250 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 remove titan-plugin-imdb --dest $1 5 5 fi -
ipk/source.sh4/infos_imdbapi/CONTROL/postrm
r45685 r46250 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 remove titan-plugin-imdbapi --dest $1 5 5 fi -
ipk/source.sh4/infos_news/CONTROL/postrm
r45685 r46250 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 remove titan-plugin-news --dest $1 5 5 fi -
ipk/source.sh4/infos_stock/CONTROL/postrm
r45685 r46250 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 remove titan-plugin-stock --dest $1 5 5 fi -
ipk/source.sh4/infos_streaminfo/CONTROL/postrm
r45685 r46250 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 remove titan-plugin-streaminfo --dest $1 5 5 fi -
ipk/source.sh4/infos_tmdb/CONTROL/postrm
r45685 r46250 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 remove titan-plugin-tmdb --dest $1 5 5 fi -
ipk/source.sh4/infos_weather/CONTROL/postrm
r45685 r46250 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 remove titan-plugin-weather --dest $1 5 5 fi -
ipk/source.sh4/infos_wm2018/CONTROL/postrm
r45685 r46250 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 remove titan-plugin-wm2018 --dest $1 5 5 fi -
ipk/source.sh4/network_dlna/CONTROL/postrm
r45685 r46250 5 5 rm -rf "$PLUGINDIR" >/dev/null 2>&1 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 remove minidlna --dest $1 9 9 fi -
ipk/source.sh4/network_facebook/CONTROL/postrm
r45958 r46250 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 remove titan-plugin-network-facebook --dest $1 5 5 fi -
ipk/source.sh4/network_ipsec/CONTROL/postrm
r45958 r46250 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 sed 's/ipsec=.*//g' -i /mnt/config/start-config 5 5 opkg remove strongswan --force-removal-of-dependent-packages -
ipk/source.sh4/network_minisatip/CONTROL/postrm
r45958 r46250 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 sed 's/minisatip=.*//g' -i /mnt/config/start-config 5 5 opkg remove minisatip -
ipk/source.sh4/network_networkbrowser/CONTROL/postrm
r45958 r46250 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 remove titan-plugin-network-networkbrowser --dest $1 5 5 fi -
ipk/source.sh4/network_satipclient/CONTROL/postrm
r45958 r46250 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 sed 's/satipclient=.*//g' -i /mnt/config/start-config 5 5 opkg remove satipclient -
ipk/source.sh4/network_xupnpd/CONTROL/postrm
r45958 r46250 6 6 rm -rf $INSTDIR/etc/xupnpd >/dev/null 2>&1 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 remove titan-plugin-network-xupnpd --dest $1 10 10 fi -
ipk/source.sh4/players_tmc/CONTROL/postrm
r45958 r46250 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 remove titan-plugin-player-tmc --dest $1 5 5 fi -
ipk/source.sh4/playersnp_dvdplayer/CONTROL/postrm
r45958 r46250 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 remove titan-plugin-player-dvdplayer --dest $1 5 5 fi -
ipk/source.sh4/playersnp_hbbtv/CONTROL/postrm
r45958 r46250 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 remove titan-plugin-player-hbbtv --dest $1 4 4 opkg remove webkit-hbbtv-plugin -
ipk/source.sh4/tools_IP-Kamera/CONTROL/postrm
r45958 r46250 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 remove titan-plugin-tools-instar --dest $1 5 5 else -
ipk/source.sh4/tools_autotimer/CONTROL/postrm
r45958 r46250 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 remove titan-plugin-tools-autotimer --dest $1 5 5 fi -
ipk/source.sh4/tools_callmonitor/CONTROL/postrm
r45958 r46250 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 remove titan-plugin-tools-callmonitor1 --dest $1 5 5 else -
ipk/source.sh4/tools_filemanager/CONTROL/postrm
r45958 r46250 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 remove titan-plugin-tools-filemanager --dest $1 5 5 fi -
ipk/source.sh4/tools_keylock/CONTROL/postrm
r45958 r46250 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 remove titan-plugin-tools-keylock --dest $1 5 5 fi -
ipk/source.sh4/tools_kravencfg/CONTROL/postrm
r45958 r46250 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 remove titan-plugin-tools-kravencfg --dest $1 5 5 fi -
ipk/source.sh4/tools_lcdpearl1/CONTROL/postrm
r45958 r46250 6 6 rm -rf /var/etc/lcd4linux.conf 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 remove titan-plugin-tools-lcdpearl1 --dest $1 10 10 fi -
ipk/source.sh4/tools_lcdsamsung/CONTROL/postrm
r45958 r46250 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 remove titan-plugin-tools-lcdsamsung --dest $1 5 5 fi -
ipk/source.sh4/tools_optimize/CONTROL/postrm
r45958 r46250 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 remove titan-plugin-tools-optimize --dest $1 5 5 fi -
ipk/source.sh4/tools_rgui/CONTROL/postrm
r45958 r46250 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 remove titan-plugin-tools-rgui --dest $1 5 5 fi -
ipk/source.sh4/tools_scriptexec/CONTROL/postrm
r45958 r46250 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 remove titan-plugin-tools-scriptexec --dest $1 5 5 fi -
ipk/source.sh4/tools_stopifnotused/CONTROL/postrm
r45958 r46250 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 remove titan-plugin-tools-stopifnotused --dest $1 5 5 fi -
ipk/source.sh4/tools_tsschnitt/CONTROL/postrm
r45958 r46250 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 remove titan-plugin-tools-tsschnitt --dest $1 5 5 fi -
ipk/source.sh4/tools_usbreset/CONTROL/postrm
r45958 r46250 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 remove titan-plugin-tools-usbreset --dest $1 5 5 fi -
ipk/source.sh4/tools_wlandisplay/CONTROL/postrm
r45958 r46250 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 remove titan-plugin-tools-wlandisplay --dest $1 5 5 fi -
ipk/source.sh4/tools_zapback/CONTROL/postrm
r45958 r46250 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 remove titan-plugin-tools-zapback --dest $1 5 5 fi
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)