Update pika-hyprland-settings/debian/postinst
This commit is contained in:
parent
71fda8b283
commit
b3f0183a24
@ -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}/"
|
||||
|
Loading…
x
Reference in New Issue
Block a user