source: ipk/source.sh4/titanswaptools_lcdpearl1/CONTROL/postinst@ 23448

Last change on this file since 23448 was 23448, checked in by gost, 13 years ago

[plugin] LCDPearl1 new tpk

  • Property svn:executable set to *
File size: 297 bytes
Line 
1#!/bin/sh
2TMP=/tmp/.TOOLS
3INSTDIR="$1"
4PLUGINDIR=$INSTDIR/usr/local/share/titan/plugins/lcdpearl1
5
6if [ `cat /proc/version | grep stm24 | wc -l` -eq 1 ]; then
7 cd /tmp/stm24
8else
9 cd /tmp/stm23
10fi
11cp -RP lcdpearl1 $INSTDIR/usr/local/share/titan/plugins
12cd /tmp
13rm -rf stm24
14rm -rf stm23
15
16exit 0
Note: See TracBrowser for help on using the repository browser.