|
Last change
on this file since 45683 was 45683, checked in by obi, 4 years ago |
|
fix plugin permtime
|
-
Property svn:executable
set to
*
|
|
File size:
387 bytes
|
| Rev | Line | |
|---|
| [16100] | 1 | #!/bin/sh
|
|---|
| [45030] | 2 |
|
|---|
| [45683] | 3 | if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
|
|---|
| [45030] | 4 | opkg update
|
|---|
| 5 | opkg install titan-plugin-instar --dest $1
|
|---|
| 6 | fi
|
|---|
| 7 |
|
|---|
| [23447] | 8 | INSTDIR="$1"
|
|---|
| [23669] | 9 | PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/instar"
|
|---|
| 10 |
|
|---|
| [45683] | 11 | if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
|
|---|
| [23669] | 12 | mv "$PLUGINDIR/instar.conf" "$PLUGINDIR/instar.conf_org"
|
|---|
| 13 | cp /tmp/instar.conf "$PLUGINDIR/instar.conf"
|
|---|
| [18513] | 14 | rm /tmp/instar.conf
|
|---|
| 15 | fi
|
|---|
| 16 |
|
|---|
| [45030] | 17 | exit 0
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.