Skip to content

Commit 6fedb70

Browse files
committed
Update comment
1 parent 378af7a commit 6fedb70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdata/dist-arch/install-deps.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ install-yay(){
1212
rm -rf /tmp/buildyay
1313
}
1414

15-
# NOTE: `handle-deprecated-dependencies` was for the old days when we just switch from dependencies.conf to local PKGBUILDs.
16-
# However, let's just keep it as references for other distros writing their `sdata/dist-<DISTRO_ID>/install-deps.sh`, if they need it.
1715
remove_deprecated_dependencies(){
1816
printf "${STY_CYAN}[$0]: Removing deprecated dependencies:${STY_RST}\n"
1917
local list=()
@@ -22,6 +20,8 @@ remove_deprecated_dependencies(){
2220
list+=({quickshell,hyprutils,hyprpicker,hyprlang,hypridle,hyprland-qt-support,hyprland-qtutils,hyprlock,xdg-desktop-portal-hyprland,hyprcursor,hyprwayland-scanner,hyprland}-git)
2321
for i in ${list[@]};do try sudo pacman --noconfirm -Rdd $i;done
2422
}
23+
# NOTE: `implicitize_old_dependencies()` was for the old days when we just switch from dependencies.conf to local PKGBUILDs.
24+
# However, let's just keep it as references for other distros writing their `sdata/dist-<OS_GROUP_ID>/install-deps.sh`, if they need it.
2525
implicitize_old_dependencies(){
2626
# Convert old dependencies to non explicit dependencies so that they can be orphaned if not in meta packages
2727
remove_bashcomments_emptylines ./sdata/dist-arch/previous_dependencies.conf ./cache/old_deps_stripped.conf

0 commit comments

Comments
 (0)