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