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

Last change on this file since 46250 was 45684, checked in by obi, 4 years ago

fix last commit

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