source: ipk/source.sh4/networklib_e2webserv/CONTROL/postrm @ 24811

Last change on this file since 24811 was 24274, checked in by ago123, 11 years ago

e2webserv: fix postrm

  • Property svn:executable set to *
File size: 149 bytes
Line 
1#!/bin/sh
2INSTDIR="$1"
3
4rm -f $INSTDIR/bin/e2webserv
5
6if [ -f /mnt/config/usercmd.sh ]; then
7        sed -i '/e2webserv/d' /mnt/config/usercmd.sh
8fi
9
10exit 0
Note: See TracBrowser for help on using the repository browser.