source:
ipk/source.sh4/networklib_e2webserv/CONTROL/prerm@
36070
| Last change on this file since 36070 was 24196, checked in by , 13 years ago | |
|---|---|
|
|
| File size: 223 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 | ||
| [24196] | 7 | if [ ! -e "$INSTDIR/etc/e2webserv.conf.e2" ]; then |
| [24193] | 8 | echo "remove TPK config file" |
| [24196] | 9 | rm "$INSTDIR/etc/e2webserv.conf" |
| [24193] | 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)