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

fix last commit

File:
1 edited

Legend:

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

    r45683 r45684  
    33PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/lcdsamsung"
    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-lcdsamsung --dest $1
Note: See TracChangeset for help on using the changeset viewer.