source:
ipk/source.sh4/tools_wlandisplay/CONTROL/postinst@
44575
| Last change on this file since 44575 was 43292, checked in by , 7 years ago | |
|---|---|
| File size: 364 bytes | |
| Rev | Line | |
|---|---|---|
| [42925] | 1 | #!/bin/sh |
| 2 | INSTDIR="$1" | |
| 3 | PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/wlandisplay" | |
| 4 | ||
| 5 | if [ -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 | |
| 9 | fi | |
| 10 | ||
| [43292] | 11 | if [ -e /etc/.oebuild ];then |
| 12 | opkg update | |
| 13 | opkg install titan-plugin-wlandisplay --dest $1 | |
| 14 | fi | |
| 15 | ||
| 16 | exit 0 |
Note:
See TracBrowser
for help on using the repository browser.
![(please configure the [header_logo] section in trac.ini)](/openaaf/chrome/common/titannit_trac_banner.png)