From 6342a87e6f5fe1b3b88531426050479846db7469 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Thu, 15 Dec 2022 15:42:53 +0300 Subject: [PATCH] add deprecation warning (#79) * add deprecation warning * fix retard moment Co-authored-by: vaxerski <43317083+vaxerski@users.noreply.github.com> --- pages/FAQ/_index.md | 2 +- pages/Getting Started/Installation.md | 7 ------- pages/Getting Started/Quick-start.md | 4 ++-- 3 files changed, 3 insertions(+), 10 deletions(-) diff --git a/pages/FAQ/_index.md b/pages/FAQ/_index.md index 5028db7..9a05133 100644 --- a/pages/FAQ/_index.md +++ b/pages/FAQ/_index.md @@ -95,7 +95,7 @@ Open a terminal where you cloned the repo. ```bash git pull sudo make clear -sudo make cleaninstall +sudo make install ``` If you are using the AUR (hyprland-git) package, you diff --git a/pages/Getting Started/Installation.md b/pages/Getting Started/Installation.md index 7bf8d8f..ec5f617 100644 --- a/pages/Getting Started/Installation.md +++ b/pages/Getting Started/Installation.md @@ -122,13 +122,6 @@ cd Hyprland sudo make install ``` -Do note that `sudo make install` will copy the example .desktop file to -`/usr/share/wayland-sessions/` directory, promptly overriding the existent -.desktop file from previous installations. - -It's probably a good idea to run `sudo make cleaninstall` to update Hyprland later on, -as it will not overwrite the desktop file. - ### Meson ```plain diff --git a/pages/Getting Started/Quick-start.md b/pages/Getting Started/Quick-start.md index 584146f..051f712 100644 --- a/pages/Getting Started/Quick-start.md +++ b/pages/Getting Started/Quick-start.md @@ -54,8 +54,8 @@ usually not ran through the user account. {{< hint type=important >}} It is highly recommended to copy the desktop file to e.g. `wrapped_hl.desktop` instead of editing -the provided one, as many package managers (and `sudo make install`) will **overwrite** -the desktop file on updates. If you manually build Hyprland, consider using `sudo make cleaninstall` to preserve `hyprland.deskop` +the provided one, as many package managers will **overwrite** +the desktop file on updates. {{< /hint >}} # Immediate