source: ipk/source.sh4/titantools_IP-Kammera/CONTROL/preinst@ 23447

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

[plugin] IP-Kammera new tpk

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