Ignore:
Timestamp:
Dec 13, 2020, 8:52:56 PM (5 years ago)
Author:
obi
Message:

tpk enable hbbtv and fix netsurf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/source.sh4/playersnp_hbbtv/CONTROL/postrm

    r24155 r45000  
    11#!/bin/sh
    2 INSTDIR="$1"
    3 PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/hbbtv"
     2if [ -e /etc/.oebuild ];then
     3#       opkg remove titan-plugin-hbbtv --dest $1
     4        opkg remove webkit-hbbtv-plugin
     5else
     6        INSTDIR="$1"
     7        PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/hbbtv"
    48
    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
     11fi
    712
    813exit 0
Note: See TracChangeset for help on using the changeset viewer.