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

fix last commit

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

Legend:

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

    r45683 r45684  
    33PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/wlandisplay"
    44
    5 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
     5if [ -e /tmp/skin.xml_sam ]; then
    66        mv "$PLUGINDIR/skin.xml" "$PLUGINDIR/skin.xml_org"
    77        cp /tmp/skin.xml_sam "$PLUGINDIR/skin.xml"
     
    99fi
    1010
    11 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
     11if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then ];then
    1212        opkg update
    1313        opkg install titan-plugin-wlandisplay --dest $1
  • ipk/source.sh4/tools_wlandisplay/CONTROL/postrm

    r45683 r45684  
    11#!/bin/sh
    22
    3 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
     3if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then ];then
    44        opkg remove titan-plugin-wlandisplay --dest $1
    55fi
  • ipk/source.sh4/tools_wlandisplay/CONTROL/preinst

    r45683 r45684  
    33PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/wlandisplay"
    44
    5 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
     5if [ -e "$PLUGINDIR/skin.xml" ]; then
    66        cp "$PLUGINDIR/skin.xml" /tmp/skin.xml_sam
    77fi
Note: See TracChangeset for help on using the changeset viewer.