source: ipk/source.sh4/tools_callmonitor/CONTROL/postrm@ 23597

Last change on this file since 23597 was 23551, checked in by gost, 13 years ago

[plugins] fix callmonitor

  • Property svn:executable set to *
File size: 185 bytes
RevLine 
[13992]1#!/bin/sh
2TMP=/tmp/.TOOLS
[23450]3INSTDIR="$1"
4PLUGINDIR=$INSTDIR/usr/local/share/titan/plugins/callmonitor1
[13992]5
[23450]6rm -rf $PLUGINDIR
[23551]7rm -rf /var/usr/local/share/titan/plugins/callmonitor1
[13992]8
9exit 0
Note: See TracBrowser for help on using the repository browser.