|
Last change
on this file since 42657 was 24155, checked in by nit, 13 years ago |
|
[titan] update tpk
|
-
Property svn:executable
set to
*
|
|
File size:
251 bytes
|
| Rev | Line | |
|---|
| [16100] | 1 | #!/bin/sh
|
|---|
| [23447] | 2 | INSTDIR="$1"
|
|---|
| [23669] | 3 | PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/instar"
|
|---|
| 4 |
|
|---|
| [18513] | 5 | if [ -e /tmp/instar.conf ]; then
|
|---|
| [23669] | 6 | mv "$PLUGINDIR/instar.conf" "$PLUGINDIR/instar.conf_org"
|
|---|
| 7 | cp /tmp/instar.conf "$PLUGINDIR/instar.conf"
|
|---|
| [18513] | 8 | rm /tmp/instar.conf
|
|---|
| 9 | fi
|
|---|
| 10 |
|
|---|
| [16100] | 11 | exit 0
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.