source: ipk/source.sh4/swapnetwork_webif/CONTROL/postrm@ 17841

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
2TMP=/tmp/.web
3
4rm -rf /var/swap/extensions/WebInterface
5rm -rf /var/swap/extensions/WebBouquetEditor
6rm -rf /var/usr/lib/enigma2/python/Plugins/Extensions/WebInterface
7rm -rf /var/usr/lib/enigma2/python/Plugins/Extensions/WebBouquetEditor
8
9echo "successfully removed"
10echo "syncing disk"
11sync
12exit 0
Note: See TracBrowser for help on using the repository browser.