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