source: ipk/source.sh4/tools_IP-Kamera/CONTROL/preinst@ 45684

Last change on this file since 45684 was 45684, checked in by obi, 4 years ago

fix last commit

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