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