Remove directories
This commit is contained in:
parent
2325ec410b
commit
16c3735400
|
@ -445,6 +445,9 @@ function install_xmpp_nightly {
|
||||||
rm /usr/local/bin/prosody*
|
rm /usr/local/bin/prosody*
|
||||||
rm ${INSTALL_DIR}/${prosody_filename}.tar.gz
|
rm ${INSTALL_DIR}/${prosody_filename}.tar.gz
|
||||||
rm -rf ${INSTALL_DIR}/${prosody_filename}
|
rm -rf ${INSTALL_DIR}/${prosody_filename}
|
||||||
|
rm -rf /usr/local/lib/prosody
|
||||||
|
rm -rf /usr/local/var/lib/prosody
|
||||||
|
rm -rf /usr/local/etc/prosody
|
||||||
}
|
}
|
||||||
|
|
||||||
function install_xmpp_main {
|
function install_xmpp_main {
|
||||||
|
|
Loading…
Reference in New Issue