Update pika-hyprland-settings/debian/postinst

This commit is contained in:
ferreo 2024-10-27 18:02:15 +01:00
parent 71fda8b283
commit b3f0183a24

View File

@ -2,8 +2,13 @@
set -e
for u in /home/*
do
if [[ "${u}" == '/home/*' ]]
then
continue
fi
if ! test -f "${u}/.config/hypr/hypridle.conf"
then
cp -a /etc/skel/. "${u}/"