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

Last change on this file since 42657 was 23668, checked in by nit, 13 years ago
  • 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
[23668]5if [ -e "$PLUGINDIR/callmon.conf" ]; then
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.