source: ipk/source.mipsel/tools_callmonitor/CONTROL/postinst @ 28064

Last change on this file since 28064 was 28064, checked in by gost, 10 years ago

[plugins] mipsel add callmonitor

  • 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.