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

Last change on this file since 24027 was 23668, checked in by nit, 13 years ago
  • Property svn:executable set to *
File size: 443 bytes
RevLine 
[13992]1#!/bin/sh
[23450]2INSTDIR="$1"
[23668]3PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/callmonitor1"
[15961]4
[23551]5if [ $INSTDIR != "/var" ]; then
[23668]6 rm -rf /var/usr/local/share/titan/plugins/callmonitor1 >/dev/null 2>&1
7 ln -sfn "$PLUGINDIR" /var/usr/local/share/titan/plugins/callmonitor1
[23551]8fi
9
[18513]10if [ -e /tmp/callmon.conf ]; then
[23668]11 mv "$PLUGINDIR/callmon.conf" "$PLUGINDIR/callmon.conf_org"
12 cp /tmp/callmon.conf "$PLUGINDIR/callmon.conf"
[18513]13 rm /tmp/callmon.conf
14fi
15
[13992]16exit 0
Note: See TracBrowser for help on using the repository browser.