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

fix plugin permtime

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.