Use install_dir__skip_ifexist() for hypr/custom/ (#3201)

This commit is contained in:
clsty
2026-04-08 14:59:31 +08:00
parent ada4b856f6
commit 771cc18be5
2 changed files with 20 additions and 2 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ case "${SKIP_HYPRLAND}" in
v bash -c "printf \"# For fedora to setup polkit\nexec-once = /usr/libexec/kf6/polkit-kde-authentication-agent-1\n\" >> ${XDG_CONFIG_HOME}/hypr/hyprland/execs.conf"
fi
install_dir__skip_existed "dots/.config/hypr/custom" "${XDG_CONFIG_HOME}/hypr/custom"
install_dir__ignore_existing "dots/.config/hypr/custom" "${XDG_CONFIG_HOME}/hypr/custom"
;;
esac