minetest: Enable rm (#3764)

rm is needed to uninstall mods and delete game saves (worlds).
This commit is contained in:
Liorst4 2020-11-21 17:31:33 +02:00 committed by GitHub
parent 0fa7f9c30f
commit 959684f646
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,7 +52,7 @@ shell none
tracelog
disable-mnt
private-bin minetest
private-bin minetest,rm
private-cache
private-dev
# private-etc needs to be updated, see #1702