|
Last change
on this file since 10952 was 10914, checked in by user0815, 15 years ago |
|
[ipk] update grey picons
|
-
Property svn:executable
set to
*
|
|
File size:
274 bytes
|
| Line | |
|---|
| 1 | #!/bin/sh
|
|---|
| 2 | TMP=/tmp/.picon
|
|---|
| 3 |
|
|---|
| 4 | if [ -e /var/swap/titanpicons.backup ]; then
|
|---|
| 5 | echo "restore old /var/swap/titanpicons.backup.grey > /var/swap/titanpicons"
|
|---|
| 6 | mv /var/swap/titanpicons.backup.grey /var/swap/titanpicons
|
|---|
| 7 | fi
|
|---|
| 8 |
|
|---|
| 9 | echo "successfully removed"
|
|---|
| 10 | echo "syncing disk"
|
|---|
| 11 | sync
|
|---|
| 12 | exit 0
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.