|
Last change
on this file since 24444 was 24444, checked in by channel, 13 years ago |
|
[titan] lcdsamsungskins_Picons change preinst
|
|
File size:
414 bytes
|
| Rev | Line | |
|---|
| [21381] | 1 | #!/bin/sh
|
|---|
| [23707] | 2 | INSTDIR="$1"
|
|---|
| [21381] | 3 |
|
|---|
| [23707] | 4 | if [ ! -d /var/usr/local/share/titan/plugins/lcdsamsung ]; then
|
|---|
| [24444] | 5 | echo "ERROR .... lcdsamsung Picon not installed"
|
|---|
| [23707] | 6 | exit 1
|
|---|
| [21381] | 7 | fi
|
|---|
| 8 |
|
|---|
| [23707] | 9 | mv /mnt/swapextensions/usr/local/share/titan/picons/alternate /mnt/swapextensions/usr/local/share/titan/picons/alternate_sich_samsung
|
|---|
| 10 | mv /var/usr/local/share/titan/plugins/lcdsamsung/skin.xml /var/usr/local/share/titan/plugins/lcdsamsung/originalskin.xml
|
|---|
| [21381] | 11 |
|
|---|
| [23707] | 12 | exit 0
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.