Changeset 43293


Ignore:
Timestamp:
01/23/19 23:12:47 (5 years ago)
Author:
obi
Message:

fix merge

File:
1 edited

Legend:

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

    r43292 r43293  
    22INSTDIR="$1" 
    33PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/lcdpearl1"
     4
     5if [ `cat /proc/version | grep stm24 | wc -l` -eq 1 ]; then
     6        cd /tmp/stm24
     7else
     8        cd /tmp/stm23
     9fi
     10
     11cp -RP lcdpearl1 "$INSTDIR/usr/local/share/titan/plugins"
     12cd /tmp
     13rm -rf stm24
     14rm -rf stm23
    415
    516if [ -e /etc/.oebuild ];then
Note: See TracChangeset for help on using the changeset viewer.