diff --git a/pika-hyprland-settings/debian/changelog b/pika-hyprland-settings/debian/changelog index 7a4013a..7dbefb8 100644 --- a/pika-hyprland-settings/debian/changelog +++ b/pika-hyprland-settings/debian/changelog @@ -1,3 +1,9 @@ +pika-hyprland-settings (1.0.0-99pika5) lunar; urgency=medium + + * Copy files for real this time + + -- ferrreo Sat, 01 Oct 2022 14:50:00 +0300 + pika-hyprland-settings (1.0.0-99pika4) lunar; urgency=medium * Copy files for real this time diff --git a/pika-hyprland-settings/debian/postinst b/pika-hyprland-settings/debian/postinst index b62f667..1df6b80 100755 --- a/pika-hyprland-settings/debian/postinst +++ b/pika-hyprland-settings/debian/postinst @@ -9,6 +9,6 @@ cp -f /etc/skel/.config/examples/.profile /etc/skel/ do if ! test -f "${u}/.config/hypr/hypr.conf" then - cp -R /etc/skel/ "${u}/" + cp -a /etc/skel/. "${u}/" fi done \ No newline at end of file