source:
ipk/source.sh4/networklib_e2webserv/CONTROL/postrm
@
24274
Last change on this file since 24274 was 24274, checked in by , 10 years ago | |
---|---|
|
|
File size: 149 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | INSTDIR="$1" |
3 | |
4 | rm -f $INSTDIR/bin/e2webserv |
5 | |
6 | if [ -f /mnt/config/usercmd.sh ]; then |
7 | sed -i '/e2webserv/d' /mnt/config/usercmd.sh |
8 | fi |
9 | |
10 | exit 0 |
Note: See TracBrowser
for help on using the repository browser.