From ff3d86b2e1a0ddc19b9be13cdd2e52ce4a715735 Mon Sep 17 00:00:00 2001 From: ferrreo Date: Sun, 11 Jun 2023 21:33:28 +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 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