From b3f0183a24e9f917876c9436315e063205ee70b6 Mon Sep 17 00:00:00 2001 From: ferreo Date: Sun, 27 Oct 2024 18:02:15 +0100 Subject: [PATCH] Update pika-hyprland-settings/debian/postinst --- pika-hyprland-settings/debian/postinst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pika-hyprland-settings/debian/postinst b/pika-hyprland-settings/debian/postinst index 8e00ac4..3761dd1 100755 --- a/pika-hyprland-settings/debian/postinst +++ b/pika-hyprland-settings/debian/postinst @@ -2,8 +2,13 @@ set -e + for u in /home/* do + if [[ "${u}" == '/home/*' ]] + then + continue + fi if ! test -f "${u}/.config/hypr/hypridle.conf" then cp -a /etc/skel/. "${u}/"