install: handle the global desktop files too

This commit is contained in:
Aminda Suomalainen 2025-06-08 15:34:07 +03:00
parent a2dc3d482e
commit 95e81c4ec8
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -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