From 95e81c4ec8e29f1ae44e44a41ada4f5d8a1fb46f Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 8 Jun 2025 15:34:07 +0300 Subject: [PATCH] install: handle the global desktop files too --- install | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install b/install index ea9b7b65..e2e13818 100755 --- a/install +++ b/install @@ -139,6 +139,10 @@ if [ "$(id -u)" == "0" ]; then chmod -v a+x /var/roothome fi + # Desktop entries + mkdir -vp /usr/local/share/applications/ + cp -v local/share/applications/*.desktop /usr/local/share/applications/ + # Enables laziness on checking whether or not apt is installed mkdir -vp /etc/apt/apt.conf.d/ # Enables progress bar and colours for apt/dpkg, which are helpful at