source: ipk/source.sh4/tools_callmonitor/CONTROL/preinst@ 23597

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

[plugin] callmonitor new tpk

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