| Line | |
|---|
| 1 | #!/bin/sh
|
|---|
| 2 | INSTDIR="$1"
|
|---|
| 3 |
|
|---|
| 4 | if [ ! -d /var/usr/local/share/titan/plugins/lcdsamsung ]; then
|
|---|
| 5 | echo "ERROR .... lcdsamsung Picon not installed"
|
|---|
| 6 | exit 1
|
|---|
| 7 | fi
|
|---|
| 8 |
|
|---|
| 9 | mv /var/usr/local/share/titan/plugins/lcdsamsung/skin.xml /var/usr/local/share/titan/plugins/lcdsamsung/originalskin.xml
|
|---|
| 10 |
|
|---|
| 11 | if [ -d $INSTDIR/usr/local/share/titan/picons/alternate ]; then
|
|---|
| 12 | mv $INSTDIR/usr/local/share/titan/picons/alternate $INSTDIR/usr/local/share/titan/picons/alternate_sich_samsung
|
|---|
| 13 | fi
|
|---|
| 14 |
|
|---|
| 15 |
|
|---|
| 16 | exit 0
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.