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