From 5faa543db8936acba073535e1b193a1cfdfc4c5a Mon Sep 17 00:00:00 2001 From: ferrreo Date: Sun, 11 Jun 2023 21:37:08 +0100 Subject: [PATCH] Initial version --- pika-hyprland-settings/debian/changelog | 6 ++++++ pika-hyprland-settings/debian/postinst | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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