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

Last change on this file since 34412 was 24155, checked in by nit, 13 years ago

[titan] update tpk

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