diff --git a/pika-hyprland-settings/debian/postinst b/pika-hyprland-settings/debian/postinst index e4c3734..cef8229 100755 --- a/pika-hyprland-settings/debian/postinst +++ b/pika-hyprland-settings/debian/postinst @@ -7,7 +7,7 @@ cp -f /etc/skel/.config/examples/.profile /etc/skel/ for u in /home/* do - if ! test -f "${u}/.config/hypr/hypr.conf" + if ! test -f "${u}/.config/hypr/hyprland.conf" then cp -a /etc/skel/. "${u}/" fi @@ -21,4 +21,4 @@ cp -f /etc/skel/.config/examples/.profile /etc/skel/ mkdir -p /etc/greetd/ cp -f /usr/share/pika/greetd/config.toml /etc/greetd/config.toml rm /etc/systemd/system/display-manager.service -ln -s /lib/systemd/system/greetd.service /etc/systemd/system/display-manager.service \ No newline at end of file +ln -s /lib/systemd/system/greetd.service /etc/systemd/system/display-manager.service