source: ipk/source.arm/tools_sispmctl/CONTROL/postinst @ 41646

Last change on this file since 41646 was 41646, checked in by gost, 6 years ago

fix

File size: 266 bytes
Line 
1#!/bin/sh
2INSTDIR="$1"
3PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/sispmctl"
4
5if [ -e /tmp/sispmctl.conf ]; then
6        mv "$PLUGINDIR/sispmctl.conf" "$PLUGINDIR/sispmctl.conf_org"
7        cp /tmp/sispmctl.conf "$PLUGINDIR/sispmctl.conf"
8        rm /tmp/isispmctl.conf
9fi
10
11exit 0
Note: See TracBrowser for help on using the repository browser.