source: ipk/source.mipsel/networklib_e2webserv/CONTROL/postrm @ 45683

Last change on this file since 45683 was 45683, checked in by obi, 2 years ago

fix plugin permtime

File size: 163 bytes
Line 
1#!/bin/sh
2INSTDIR="$1"
3
4rm -f $INSTDIR/bin/e2webserv
5
6if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
7        sed -i '/e2webserv/d' /mnt/config/usercmd.sh
8fi
9
10exit 0
Note: See TracBrowser for help on using the repository browser.