From a0229e8132664186be8b08747decb2464eaaf825 Mon Sep 17 00:00:00 2001 From: clsty Date: Fri, 3 Oct 2025 00:03:41 +0800 Subject: [PATCH] Fix comment. --- dist-arch/install-deps.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dist-arch/install-deps.sh b/dist-arch/install-deps.sh index 2add68bdb..487bb79ff 100644 --- a/dist-arch/install-deps.sh +++ b/dist-arch/install-deps.sh @@ -12,6 +12,8 @@ install-yay(){ rm -rf /tmp/buildyay } +# NOTE: `handle-deprecated-dependencies` was for the old days when we just switch from dependencies.conf to local PKGBUILDs. +# However, let's just keep it as references for other distros writing their `dist-/install-deps.sh`, if they need it. handle-deprecated-dependencies(){ printf "${STY_CYAN}[$0]: Removing deprecated dependencies:${STY_RESET}\n" for i in illogical-impulse-{microtex,pymyc-aur,ags,agsv1} {hyprutils,hyprpicker,hyprlang,hypridle,hyprland-qt-support,hyprland-qtutils,hyprlock,xdg-desktop-portal-hyprland,hyprcursor,hyprwayland-scanner,hyprland}-git;do try sudo pacman --noconfirm -Rdd $i;done