source: ipk/source.sh4/tools_wlandisplay/CONTROL/postinst@ 42925

Last change on this file since 42925 was 42925, checked in by gost, 8 years ago

[plugins] add WLAN display for mipsel/sh4

File size: 268 bytes
RevLine 
[42925]1#!/bin/sh
2INSTDIR="$1"
3PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/wlandisplay"
4
5if [ -e /tmp/skin.xml_sam ]; then
6 mv "$PLUGINDIR/skin.xml" "$PLUGINDIR/skin.xml_org"
7 cp /tmp/skin.xml_sam "$PLUGINDIR/skin.xml"
8 rm /tmp/skin.xml_sam >/dev/null 2>&1
9fi
10
11exit 0
Note: See TracBrowser for help on using the repository browser.