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

Last change on this file since 45684 was 45684, checked in by obi, 4 years ago

fix last commit

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