Update pika-hyprland-settings/debian/postinst
This commit is contained in:
parent
71fda8b283
commit
b3f0183a24
@ -2,8 +2,13 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
|
||||||
for u in /home/*
|
for u in /home/*
|
||||||
do
|
do
|
||||||
|
if [[ "${u}" == '/home/*' ]]
|
||||||
|
then
|
||||||
|
continue
|
||||||
|
fi
|
||||||
if ! test -f "${u}/.config/hypr/hypridle.conf"
|
if ! test -f "${u}/.config/hypr/hypridle.conf"
|
||||||
then
|
then
|
||||||
cp -a /etc/skel/. "${u}/"
|
cp -a /etc/skel/. "${u}/"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user