source:
ipk/source.sh4/networklib_e2webserv/CONTROL/prerm@
24193
| Last change on this file since 24193 was 24193, checked in by , 13 years ago | |
|---|---|
|
|
| File size: 229 bytes | |
| Rev | Line | |
|---|---|---|
| [24193] | 1 | #!/bin/sh |
| 2 | INSTDIR="$1" | |
| 3 | ||
| 4 | echo "kill e2webserv if running" | |
| 5 | killall -9 e2webserv > /dev/null 2>&1 | |
| 6 | ||
| 7 | if [ ! -e "$INSTDIR/config/e2webserv.conf.e2" ]; then | |
| 8 | echo "remove TPK config file" | |
| 9 | rm "$INSTDIR/config/e2webserv.conf" | |
| 10 | fi | |
| 11 | ||
| 12 | exit 0 |
Note:
See TracBrowser
for help on using the repository browser.
![(please configure the [header_logo] section in trac.ini)](/openaaf/chrome/common/titannit_trac_banner.png)