|
Last change
on this file since 45958 was 45958, checked in by obi, 4 years ago |
|
fix tpks
|
-
Property svn:executable
set to
*
|
|
File size:
392 bytes
|
| Rev | Line | |
|---|
| [16960] | 1 | #!/bin/sh
|
|---|
| [41796] | 2 | INSTDIR="$1"
|
|---|
| 3 | PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/lcdsamsung"
|
|---|
| [16960] | 4 |
|
|---|
| [45684] | 5 | if [ -e /tmp/skin.xml_sam ]; then
|
|---|
| [41796] | 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
|
|---|
| 9 | fi
|
|---|
| 10 |
|
|---|
| [45685] | 11 | if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
|
|---|
| [43292] | 12 | opkg update
|
|---|
| [45958] | 13 | opkg install titan-plugin-tools-lcdsamsung --dest $1
|
|---|
| [43292] | 14 | fi
|
|---|
| 15 |
|
|---|
| 16 | exit 0
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.