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

Last change on this file since 47331 was 46274, checked in by obi, 3 years ago

update lost files with install echo

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