From ba34c045efe5804de31462426cfb2b38fbea029e Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Tue, 29 Oct 2019 12:05:57 +0100 Subject: [PATCH] [UPDATE][DESKTOP] Use full path in package --- desktop/{ => .local/share/applications}/btmenu.desktop | 0 install.sh | 4 +--- 2 files changed, 1 insertion(+), 3 deletions(-) rename desktop/{ => .local/share/applications}/btmenu.desktop (100%) diff --git a/desktop/btmenu.desktop b/desktop/.local/share/applications/btmenu.desktop similarity index 100% rename from desktop/btmenu.desktop rename to desktop/.local/share/applications/btmenu.desktop diff --git a/install.sh b/install.sh index 248417c..11a6061 100755 --- a/install.sh +++ b/install.sh @@ -29,7 +29,5 @@ stow -t ~ shell/ # Wallpapers stow -t ~ wallpapers/ -# Create the directory if needed -mkdir -p ~/.local/share/applications # Symlink the '.desktop' files (btmenu needs one) -stow -t ~/.local/share/applications desktop +stow -t ~ desktop