Remove old profanity package if it is present
This commit is contained in:
parent
7d7591f235
commit
b0c494b76d
|
@ -200,6 +200,10 @@ function upgrade_xmpp {
|
||||||
systemctl restart prosody
|
systemctl restart prosody
|
||||||
|
|
||||||
# update profanity client
|
# update profanity client
|
||||||
|
if [ -f /usr/bin/profanity ]; then
|
||||||
|
apt-get -y remove --purge profanity
|
||||||
|
fi
|
||||||
|
|
||||||
function_check set_repo_commit
|
function_check set_repo_commit
|
||||||
set_repo_commit $INSTALL_DIR/libmesode "libmesode commit" "$LIBMESODE_COMMIT" $LIBMESODE_REPO
|
set_repo_commit $INSTALL_DIR/libmesode "libmesode commit" "$LIBMESODE_COMMIT" $LIBMESODE_REPO
|
||||||
cd $INSTALL_DIR/libmesode
|
cd $INSTALL_DIR/libmesode
|
||||||
|
|
Loading…
Reference in New Issue