source: ipk/source.arm/networklib_e2webserv/CONTROL/prerm @ 46274

Last change on this file since 46274 was 46274, checked in by obi, 18 months ago

update lost files with install echo

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.