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

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

[plugins] add sispmctl

File size: 264 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/instar.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.