source:
ipk/source.sh4/tools_IP-Kamera/CONTROL/postinst@
45958
| Last change on this file since 45958 was 45958, checked in by , 4 years ago | |
|---|---|
|
|
| File size: 373 bytes | |
| Rev | Line | |
|---|---|---|
| [16100] | 1 | #!/bin/sh |
| [45030] | 2 | |
| [45685] | 3 | if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then |
| [45030] | 4 | opkg update |
| [45958] | 5 | opkg install titan-plugin-tools-instar --dest $1 |
| [45030] | 6 | fi |
| 7 | ||
| [23447] | 8 | INSTDIR="$1" |
| [23669] | 9 | PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/instar" |
| 10 | ||
| [45684] | 11 | if [ -e /tmp/instar.conf ]; 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.
![(please configure the [header_logo] section in trac.ini)](/openaaf/chrome/common/titannit_trac_banner.png)