|
Last change
on this file since 45918 was 45685, checked in by obi, 4 years ago |
|
fix
|
-
Property svn:executable
set to
*
|
|
File size:
410 bytes
|
| Line | |
|---|
| 1 | #!/bin/sh
|
|---|
| 2 | INSTDIR="$1"
|
|---|
| 3 | PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/lcdpearl1"
|
|---|
| 4 |
|
|---|
| 5 | if [ `cat /proc/version | grep stm24 | wc -l` -eq 1 ]; then
|
|---|
| 6 | cd /tmp/stm24
|
|---|
| 7 | else
|
|---|
| 8 | cd /tmp/stm23
|
|---|
| 9 | fi
|
|---|
| 10 |
|
|---|
| 11 | cp -RP lcdpearl1 "$INSTDIR/usr/local/share/titan/plugins"
|
|---|
| 12 | cd /tmp
|
|---|
| 13 | rm -rf stm24
|
|---|
| 14 | rm -rf stm23
|
|---|
| 15 |
|
|---|
| 16 | if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
|
|---|
| 17 | opkg update
|
|---|
| 18 | opkg install titan-plugin-lcdpearl1 --dest $1
|
|---|
| 19 | fi
|
|---|
| 20 |
|
|---|
| 21 | exit 0
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.