source: ipk/source.arm/tools_lcdsamsung/CONTROL/postinst @ 45589

Last change on this file since 45589 was 43290, checked in by obi, 5 years ago

test arm oebuile

  • Property svn:executable set to *
File size: 362 bytes
Line 
1#!/bin/sh
2INSTDIR="$1" 
3PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/lcdsamsung"
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
11if [ -e /etc/.oebuild ];then
12        opkg update
13        opkg install titan-plugin-lcdsamsung --dest $1
14fi
15
16exit 0
Note: See TracBrowser for help on using the repository browser.