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"