source: ipk/source.sh4/tools_callmonitor/CONTROL/postinst@ 23484

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

[plugin] callmonitor new tpk

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