source: ipk/source.sh4/titantools_IP-Kammera/CONTROL/postinst@ 23460

Last change on this file since 23460 was 23447, checked in by gost, 13 years ago

[plugin] IP-Kammera new tpk

  • Property svn:executable set to *
File size: 259 bytes
RevLine 
[16100]1#!/bin/sh
2TMP=/tmp/.infos
[23447]3INSTDIR="$1"
4PLUGINDIR=$INSTDIR/usr/local/share/titan/plugins/instar
[18513]5if [ -e /tmp/instar.conf ]; then
[23447]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.