--- a/Makefile Fri Jan 08 13:30:35 2021 +0200
+++ b/Makefile Fri Jan 08 13:32:43 2021 +0200
@@ -61,6 +61,7 @@
# Project dirs/files.
OVERRIDDEN_ITEMS := \
+ .local/share/applications/mimeapps.list \
.xxkbrc .xmodmaprc .stalonetrayrc \
.inputrc .Xdefaults .xinitrc .xserverrc \
.screenrc .tmux.conf \
@@ -164,8 +165,6 @@
( cd $(HOME); file --compile -m .magic )
fi
endif
- mkdir -p $(HOME)/.local/share/applications/
- $(INSTALL_DATA) .local/share/applications/mimeapps.list $(HOME)/.local/share/applications/
sed -e 's=@CFG_FONT_SIZE@=$(CFG_FONT_SIZE)=' <.minttyrc >$(HOME)/.minttyrc
.PHONY: uninstall