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

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
RevLine 
[16100]1#!/bin/sh
[23447]2INSTDIR="$1"
[23669]3PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/instar"
4
[18513]5if [ -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
9fi
10
[16100]11exit 0
Note: See TracBrowser for help on using the repository browser.