mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-06-12 18:17:21 +02:00
install: handle the global desktop files too
This commit is contained in:
parent
a2dc3d482e
commit
95e81c4ec8
4
install
4
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user