update
This commit is contained in:
parent
eea032f115
commit
725f600d5b
|
@ -221,20 +221,19 @@ The 'remove' script.
|
|||
-->
|
||||
<FILE Run="/bin/bash" Method="remove">
|
||||
<INLINE>
|
||||
&emhttp;/scripts/stop
|
||||
/etc/rc.d/rc.apache stop
|
||||
removepkg &plgpath;/&plgname;.txz
|
||||
rm -rf &emhttp;
|
||||
rm -f &plgpath;/&plgname;.txz
|
||||
rm -f &plgpath;/&plgname;.md5
|
||||
|
||||
#remove installed packages
|
||||
echo "Removing installed packages..."
|
||||
echo "Please wait, removing installed packages..."
|
||||
<![CDATA[
|
||||
setsid removepkg /boot/config/plugins/apache/*.txz &
|
||||
removepkg /boot/config/plugins/apache/*.txz > /dev/null 2>&1
|
||||
rm -f /boot/config/plugins/apache/*.txz
|
||||
]]>
|
||||
|
||||
rm -f &plgpath;/*.txz
|
||||
|
||||
echo ""
|
||||
echo "-----------------------------------------------------------"
|
||||
echo " &name; has been removed."
|
||||
|
|
Loading…
Reference in New Issue
Block a user