source: ipk/source.sh4/networklib_e2webserv/CONTROL/prerm @ 24606

Last change on this file since 24606 was 24196, checked in by obi, 11 years ago

fix

  • Property svn:executable set to *
File size: 223 bytes
Line 
1#!/bin/sh
2INSTDIR="$1"
3
4echo "kill e2webserv if running"
5killall -9 e2webserv > /dev/null 2>&1
6
7if [ ! -e "$INSTDIR/etc/e2webserv.conf.e2" ]; then
8        echo "remove TPK config file"
9        rm "$INSTDIR/etc/e2webserv.conf"
10fi
11
12exit 0
Note: See TracBrowser for help on using the repository browser.