Changeset 45000
- Timestamp:
- 12/13/20 20:52:56 (2 years ago)
- Location:
- ipk
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
ipk/source.arm/browser_netsurf/CONTROL/postinst
r44187 r45000 4 4 opkg update 5 5 opkg install titan-plugin-browser --dest $1 6 opkg install titan nit-netsurf6 opkg install titan-netsurf 7 7 fi 8 8 -
ipk/source.arm/browser_netsurf/CONTROL/postrm
r44187 r45000 3 3 if [ -e /etc/.oebuild ];then 4 4 opkg remove titan-plugin-browser --dest $1 5 opkg remove titan nit-netsurf5 opkg remove titan-netsurf 6 6 fi 7 7 -
ipk/source.arm/playersnp_hbbtv/CONTROL/postinst
r39499 r45000 1 1 #!/bin/sh 2 INSTDIR="$1" 3 PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/hbbtv" 2 if [ -e /etc/.oebuild ];then 3 opkg update 4 # opkg install titan-plugin-hbbtv --dest $1 5 opkg install webkit-hbbtv-plugin 6 else 7 INSTDIR="$1" 8 PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/hbbtv" 4 9 5 sed s#_path_#"$INSTDIR"#g -i "$PLUGINDIR/opera/run"10 sed s#_path_#"$INSTDIR"#g -i "$PLUGINDIR/opera/run" 6 11 7 rm -rf /var/usr/lib/gstreamer-0.108 ln -s "$INSTDIR/usr/local/share/titan/plugins/hbbtv/opera/gstreamer-0.10" /var/usr/lib12 rm -rf /var/usr/lib/gstreamer-0.10 13 ln -s "$INSTDIR/usr/local/share/titan/plugins/hbbtv/opera/gstreamer-0.10" /var/usr/lib 9 14 10 #model=`cat /etc/model`15 #model=`cat /etc/model` 11 16 12 #if [ "$model" = "ufs910" ];then 13 # if [ -e /var/swapdir/swapfile ] && [ -e /tmp/.tmp60mb ];then 14 # echo "umount /tmp (60mb)" 15 # umount /tmp 16 # rm -f /tmp/.tmp60mb 17 # fi 18 #fi 17 #if [ "$model" = "ufs910" ];then 18 # if [ -e /var/swapdir/swapfile ] && [ -e /tmp/.tmp60mb ];then 19 # echo "umount /tmp (60mb)" 20 # umount /tmp 21 # rm -f /tmp/.tmp60mb 22 # fi 23 #fi 24 fi 19 25 20 26 exit 0 -
ipk/source.arm/playersnp_hbbtv/CONTROL/postrm
r39499 r45000 1 1 #!/bin/sh 2 INSTDIR="$1" 3 PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/hbbtv" 2 if [ -e /etc/.oebuild ];then 3 # opkg remove titan-plugin-hbbtv --dest $1 4 opkg remove webkit-hbbtv-plugin 5 else 6 INSTDIR="$1" 7 PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/hbbtv" 4 8 5 rm -rf "$PLUGINDIR" >/dev/null 2>&1 6 rm -rf /var/usr/lib/gstreamer-0.10 9 rm -rf "$PLUGINDIR" >/dev/null 2>&1 10 rm -rf /var/usr/lib/gstreamer-0.10 11 fi 7 12 8 13 exit 0 -
ipk/source.mipsel/browser_netsurf/CONTROL/postinst
r44187 r45000 4 4 opkg update 5 5 opkg install titan-plugin-browser --dest $1 6 opkg install titan nit-netsurf6 opkg install titan-netsurf 7 7 fi 8 8 -
ipk/source.mipsel/browser_netsurf/CONTROL/postrm
r44187 r45000 3 3 if [ -e /etc/.oebuild ];then 4 4 opkg remove titan-plugin-browser --dest $1 5 opkg remove titan nit-netsurf5 opkg remove titan-netsurf 6 6 fi 7 7 -
ipk/source.mipsel/playersnp_hbbtv/CONTROL/postinst
r24607 r45000 1 1 #!/bin/sh 2 INSTDIR="$1"3 PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/hbbtv"4 2 5 sed s#_path_#"$INSTDIR"#g -i "$PLUGINDIR/opera/run" 3 if [ -e /etc/.oebuild ];then 4 opkg update 5 # opkg install titan-plugin-hbbtv --dest $1 6 opkg install webkit-hbbtv-plugin 7 else 8 INSTDIR="$1" 9 PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/hbbtv" 6 10 7 rm -rf /var/usr/lib/gstreamer-0.10 8 ln -s "$INSTDIR/usr/local/share/titan/plugins/hbbtv/opera/gstreamer-0.10" /var/usr/lib 11 sed s#_path_#"$INSTDIR"#g -i "$PLUGINDIR/opera/run" 9 12 10 #model=`cat /etc/model` 13 rm -rf /var/usr/lib/gstreamer-0.10 14 ln -s "$INSTDIR/usr/local/share/titan/plugins/hbbtv/opera/gstreamer-0.10" /var/usr/lib 11 15 12 #if [ "$model" = "ufs910" ];then 13 # if [ -e /var/swapdir/swapfile ] && [ -e /tmp/.tmp60mb ];then 14 # echo "umount /tmp (60mb)" 15 # umount /tmp 16 # rm -f /tmp/.tmp60mb 17 # fi 18 #fi 16 #model=`cat /etc/model` 17 18 #if [ "$model" = "ufs910" ];then 19 # if [ -e /var/swapdir/swapfile ] && [ -e /tmp/.tmp60mb ];then 20 # echo "umount /tmp (60mb)" 21 # umount /tmp 22 # rm -f /tmp/.tmp60mb 23 # fi 24 #fi 25 fi 19 26 20 27 exit 0 -
ipk/source.mipsel/playersnp_hbbtv/CONTROL/postrm
r24155 r45000 1 1 #!/bin/sh 2 INSTDIR="$1"3 PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/hbbtv"4 2 5 rm -rf "$PLUGINDIR" >/dev/null 2>&1 6 rm -rf /var/usr/lib/gstreamer-0.10 3 if [ -e /etc/.oebuild ];then 4 # opkg remove titan-plugin-hbbtv --dest $1 5 opkg remove webkit-hbbtv-plugin 6 else 7 INSTDIR="$1" 8 PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/hbbtv" 9 10 rm -rf "$PLUGINDIR" >/dev/null 2>&1 11 rm -rf /var/usr/lib/gstreamer-0.10 12 fi 7 13 8 14 exit 0 -
ipk/source.sh4/browser_netsurf/CONTROL/postinst
r43292 r45000 4 4 opkg update 5 5 opkg install titan-plugin-browser --dest $1 6 opkg install titan-netsurf 6 7 fi 7 8 -
ipk/source.sh4/browser_netsurf/CONTROL/postrm
r43292 r45000 3 3 if [ -e /etc/.oebuild ];then 4 4 opkg remove titan-plugin-browser --dest $1 5 opkg remove titan-netsurf 5 6 fi 6 7 -
ipk/source.sh4/playersnp_hbbtv/CONTROL/postinst
r24607 r45000 1 1 #!/bin/sh 2 INSTDIR="$1" 3 PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/hbbtv" 2 if [ -e /etc/.oebuild ];then 3 opkg update 4 # opkg install titan-plugin-hbbtv --dest $1 5 opkg install webkit-hbbtv-plugin 6 else 7 INSTDIR="$1" 8 PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/hbbtv" 4 9 5 sed s#_path_#"$INSTDIR"#g -i "$PLUGINDIR/opera/run"10 sed s#_path_#"$INSTDIR"#g -i "$PLUGINDIR/opera/run" 6 11 7 rm -rf /var/usr/lib/gstreamer-0.108 ln -s "$INSTDIR/usr/local/share/titan/plugins/hbbtv/opera/gstreamer-0.10" /var/usr/lib12 rm -rf /var/usr/lib/gstreamer-0.10 13 ln -s "$INSTDIR/usr/local/share/titan/plugins/hbbtv/opera/gstreamer-0.10" /var/usr/lib 9 14 10 #model=`cat /etc/model`15 #model=`cat /etc/model` 11 16 12 #if [ "$model" = "ufs910" ];then 13 # if [ -e /var/swapdir/swapfile ] && [ -e /tmp/.tmp60mb ];then 14 # echo "umount /tmp (60mb)" 15 # umount /tmp 16 # rm -f /tmp/.tmp60mb 17 # fi 18 #fi 17 #if [ "$model" = "ufs910" ];then 18 # if [ -e /var/swapdir/swapfile ] && [ -e /tmp/.tmp60mb ];then 19 # echo "umount /tmp (60mb)" 20 # umount /tmp 21 # rm -f /tmp/.tmp60mb 22 # fi 23 #fi 24 fi 19 25 20 26 exit 0 -
ipk/source.sh4/playersnp_hbbtv/CONTROL/postrm
r24155 r45000 1 1 #!/bin/sh 2 INSTDIR="$1" 3 PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/hbbtv" 2 if [ -e /etc/.oebuild ];then 3 # opkg remove titan-plugin-hbbtv --dest $1 4 opkg remove webkit-hbbtv-plugin 5 else 6 INSTDIR="$1" 7 PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/hbbtv" 4 8 5 rm -rf "$PLUGINDIR" >/dev/null 2>&1 6 rm -rf /var/usr/lib/gstreamer-0.10 9 rm -rf "$PLUGINDIR" >/dev/null 2>&1 10 rm -rf /var/usr/lib/gstreamer-0.10 11 fi 7 12 8 13 exit 0
Note: See TracChangeset
for help on using the changeset viewer.