diff --git a/Makefile b/Makefile
index 6dfca5c318fca1063e0018c04e6f7b680b300582..4071b76bc186ec476f27ad6b728ffe006506daad 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,6 @@ install:
 	cp img/backgrounds/${APP}_*.png ${DESTDIR}${PREFIX}/share
 	cp img/avatars/* ${DESTDIR}/usr/share/${APP}/avatars
 	cp src/* ${DESTDIR}${PREFIX}/bin
-	cp src/${APP}-meshweb ${DESTDIR}${PREFIX}/bin/meshweb
 	cp src/${APP}-controlpanel ${DESTDIR}${PREFIX}/bin/control
 	cp src/${APP}-mesh-batman ${DESTDIR}${PREFIX}/bin/batman
 	cp src/${APP}-backup-local ${DESTDIR}${PREFIX}/bin/backup
@@ -58,7 +57,6 @@ uninstall:
 	rm -f ${PREFIX}/bin/backup2friends
 	rm -f ${PREFIX}/bin/restore
 	rm -f ${PREFIX}/bin/restorefromfriend
-	rm -f ${PREFIX}/bin/meshweb
 	rm -f ${PREFIX}/bin/batman
 	rm -rf /etc/${APP}
 	bash -c "./translate uninstall"