Ignore:
Timestamp:
Feb 14, 2022, 12:29:43 PM (4 years ago)
Author:
obi
Message:

fix plugin permtime

Location:
ipk/source.sh4/playersnp_hbbtv/CONTROL
Files:
3 edited

Legend:

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

    r45000 r45683  
    11#!/bin/sh
    2 if [ -e /etc/.oebuild ];then
     2if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
    33        opkg update
    44#       opkg install titan-plugin-hbbtv --dest $1
     
    1515        #model=`cat /etc/model`
    1616
    17         #if [ "$model" = "ufs910" ];then
    18         #       if [ -e /var/swapdir/swapfile ] && [ -e /tmp/.tmp60mb ];then
     17        #if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
     18        #       if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
    1919        #               echo "umount /tmp (60mb)"
    2020        #               umount /tmp
  • ipk/source.sh4/playersnp_hbbtv/CONTROL/postrm

    r45000 r45683  
    11#!/bin/sh
    2 if [ -e /etc/.oebuild ];then
     2if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
    33#       opkg remove titan-plugin-hbbtv --dest $1
    44        opkg remove webkit-hbbtv-plugin
  • ipk/source.sh4/playersnp_hbbtv/CONTROL/preinst

    r24607 r45683  
    77#model=`cat /etc/model`
    88
    9 #if [ "$model" = "ufs910" ];then
    10 #       if [ -e /var/swapdir/swapfile ];then
     9#if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
     10#       if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
    1111#               echo "mount /tmp (60mb)"
    1212#               mount -t tmpfs -o remount,size=60m,mode=1777 tmp /tmp
Note: See TracChangeset for help on using the changeset viewer.