|
Last change
on this file since 17841 was 15094, checked in by obi, 14 years ago |
|
[ipk] fix e2 webif
|
-
Property svn:executable
set to
*
|
|
File size:
309 bytes
|
| Line | |
|---|
| 1 | #!/bin/sh
|
|---|
| 2 | TMP=/tmp/.web
|
|---|
| 3 |
|
|---|
| 4 | rm -rf /var/swap/extensions/WebInterface
|
|---|
| 5 | rm -rf /var/swap/extensions/WebBouquetEditor
|
|---|
| 6 | rm -rf /var/usr/lib/enigma2/python/Plugins/Extensions/WebInterface
|
|---|
| 7 | rm -rf /var/usr/lib/enigma2/python/Plugins/Extensions/WebBouquetEditor
|
|---|
| 8 |
|
|---|
| 9 | echo "successfully removed"
|
|---|
| 10 | echo "syncing disk"
|
|---|
| 11 | sync
|
|---|
| 12 | exit 0
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.