|
Last change
on this file since 34240 was 34240, checked in by Maenne79, 11 years ago |
|
Add LCD Samsung skin digital clock yellow mod (1024x600 only)
|
|
File size:
285 bytes
|
| Line | |
|---|
| 1 | #!/bin/sh
|
|---|
| 2 | INSTDIR="$1"
|
|---|
| 3 | NAME=lcdsamsung
|
|---|
| 4 |
|
|---|
| 5 | if [ ! -e "/var/usr/local/share/titan/plugins/$NAME" ] && [ ! -e "/var/swap/usr/local/share/titan/plugins/$NAME" ] && [ ! -e "/mnt/swapextensions/usr/local/share/titan/plugins/$NAME" ]; then
|
|---|
| 6 | echo "ERROR: Install Tools/$NAME"
|
|---|
| 7 | exit 1
|
|---|
| 8 | fi
|
|---|
| 9 |
|
|---|
| 10 | exit 0
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.