From b1e275ecfb7548cbc9bdf0699fc00f5d5590a4e6 Mon Sep 17 00:00:00 2001 From: ferrreo Date: Fri, 20 Oct 2023 15:33:29 +0100 Subject: [PATCH] Update postinst --- pika-hyprland-settings/debian/postinst | 1 + 1 file changed, 1 insertion(+) diff --git a/pika-hyprland-settings/debian/postinst b/pika-hyprland-settings/debian/postinst index cef8229..573cf72 100755 --- a/pika-hyprland-settings/debian/postinst +++ b/pika-hyprland-settings/debian/postinst @@ -10,6 +10,7 @@ cp -f /etc/skel/.config/examples/.profile /etc/skel/ if ! test -f "${u}/.config/hypr/hyprland.conf" then cp -a /etc/skel/. "${u}/" + chown -R "${u}:${u}" "${u}/" fi if ! test -f "${u}/.config/ags/widgets/systray.js"