diff --git a/pika-hyprland-settings/debian/changelog b/pika-hyprland-settings/debian/changelog index 7800b9a..7a4013a 100644 --- a/pika-hyprland-settings/debian/changelog +++ b/pika-hyprland-settings/debian/changelog @@ -1,3 +1,9 @@ +pika-hyprland-settings (1.0.0-99pika4) lunar; urgency=medium + + * Copy files for real this time + + -- ferrreo Sat, 01 Oct 2022 14:50:00 +0300 + pika-hyprland-settings (1.0.0-99pika3) lunar; urgency=medium * Copy files for real this time diff --git a/pika-hyprland-settings/debian/postinst b/pika-hyprland-settings/debian/postinst index 99110c1..b62f667 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 -R /etc/skel/ "${u}/" fi done \ No newline at end of file