summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2022-06-16 16:30:18 +0200
committerMarkus Heiser <markus.heiser@darmarit.de>2022-07-30 13:39:35 +0200
commit692708aa771c1f4927a3037ecc5aa9c06f1a2494 (patch)
treec243e751db97f3b9aaf5bc68f8ccf9422aabe7eb /Makefile
parented8a1690296cfc55f67dc0a4dac6dee06a47bd06 (diff)
[clean up] drop obsolete searx, filtron and morty install scripts
Since ./utils/searxng.sh is implemented, the old installation procedures from filtron, morty and searx can be removed. For users who want to upgrade, the procedures for removing old installations have still been retained. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index f2173479..66c644ba 100644
--- a/Makefile
+++ b/Makefile
@@ -59,7 +59,6 @@ test.shell:
utils/brand.env \
$(MTOOLS) \
utils/lib.sh \
- utils/lib_install.sh \
utils/lib_nvm.sh \
utils/lib_static.sh \
utils/lib_go.sh \
@@ -69,8 +68,7 @@ test.shell:
utils/searxng.sh \
utils/morty.sh \
utils/lxc.sh \
- utils/lxc-searxng.env \
- .config.sh
+ utils/lxc-searxng.env
$(Q)$(MTOOLS) build_msg TEST "$@ OK"