source:
ipk/source.sh4/tools_callmonitor/CONTROL/postinst@
24155
| Last change on this file since 24155 was 24155, checked in by , 13 years ago | |
|---|---|
|
|
| File size: 264 bytes | |
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | INSTDIR="$1" |
| 3 | PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/callmonitor1" |
| 4 | |
| 5 | if [ -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 |
| 9 | fi |
| 10 | |
| 11 | exit 0 |
Note:
See TracBrowser
for help on using the repository browser.
![(please configure the [header_logo] section in trac.ini)](/openaaf/chrome/common/titannit_trac_banner.png)