source: ipk/source.sh4/titanswaptools_callmonitor/CONTROL/preinst@ 23460

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

[plugin] callmonitor new tpk

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