source:
ipk/source.sh4/tools_lcdpearl1/CONTROL/postinst@
40887
| Last change on this file since 40887 was 24156, checked in by , 13 years ago | |
|---|---|
|
|
| File size: 285 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 | cp -RP lcdpearl1 "$INSTDIR/usr/local/share/titan/plugins" |
| 11 | cd /tmp |
| 12 | rm -rf stm24 |
| 13 | rm -rf stm23 |
| 14 | |
| 15 | exit 0 |
Note:
See TracBrowser
for help on using the repository browser.
![(please configure the [header_logo] section in trac.ini)](/openaaf/chrome/common/titannit_trac_banner.png)