| Rev | Line | |
|---|
| [13570] | 1 | #!/bin/sh
|
|---|
| [23436] | 2 | INSTDIR="$1"
|
|---|
| [13570] | 3 |
|
|---|
| [23635] | 4 | if [ ! -d /var/usr/local/share/titan/plugins/lcdpearl1 ]; then
|
|---|
| 5 | echo "ERROR .... lcdpearl not installed"
|
|---|
| 6 | exit 1
|
|---|
| 7 | fi
|
|---|
| [13570] | 8 |
|
|---|
| [23635] | 9 | mv /var/usr/local/share/titan/picons/alternate /var/usr/local/share/titan/picons/alternate_sich_pearl
|
|---|
| [23694] | 10 | mv /mnt/swapextensions/usr/local/share/titan/picons/lcdpearl1/skin.xml //mnt/swapextensions/usr/local/share/titan/picons/plugins/lcdpearl1/originalskin.xml
|
|---|
| [23635] | 11 |
|
|---|
| [13570] | 12 | exit 0
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.