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

Last change on this file since 38972 was 24155, checked in by nit, 10 years ago

[titan] update tpk

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