|
Last change
on this file since 42657 was 41796, checked in by gost, 8 years ago |
|
[plugins] save skin.xml before install
|
-
Property svn:executable
set to
*
|
|
File size:
267 bytes
|
| Line | |
|---|
| 1 | #!/bin/sh
|
|---|
| 2 | INSTDIR="$1"
|
|---|
| 3 | PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/lcdsamsung"
|
|---|
| 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 |
|
|---|
| 11 | exit 0
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.