source: ipk/source.sh4/tools_IP-Kammera/CONTROL/postinst@ 23557

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

[plugins] fix

  • Property svn:executable set to *
File size: 356 bytes
Line 
1#!/bin/sh
2TMP=/tmp/.infos
3INSTDIR="$1"
4PLUGINDIR=$INSTDIR/usr/local/share/titan/plugins/instar
5if [ -e /tmp/instar.conf ]; then
6 mv $PLUGINDIR/instar.conf $PLUGINDIR/instar.conf_org
7 cp /tmp/instar.conf $PLUGINDIR/instar.conf
8 rm /tmp/instar.conf
9fi
10
11if [ $INSTDIR != "/var" ]; then
12 ln -s $PLUGINDIR /var/usr/local/share/titan/plugins/instar
13fi
14
15exit 0
Note: See TracBrowser for help on using the repository browser.