source: ipk/source.sh4/tools_IP-Kamera/CONTROL/postinst@ 45560

Last change on this file since 45560 was 45030, checked in by obi, 5 years ago

tpk fix instar for oebuild

  • Property svn:executable set to *
File size: 343 bytes
RevLine 
[16100]1#!/bin/sh
[45030]2
3if [ -e /etc/.oebuild ];then
4 opkg update
5 opkg install titan-plugin-instar --dest $1
6fi
7
[23447]8INSTDIR="$1"
[23669]9PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/instar"
10
[18513]11if [ -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
15fi
16
[45030]17exit 0
Note: See TracBrowser for help on using the repository browser.