Update postinst

This commit is contained in:
ferrreo 2023-09-02 13:27:57 +01:00 committed by GitHub
parent b839dbb22a
commit d760c4390f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ cp -f /etc/skel/.config/examples/.profile /etc/skel/
for u in /home/* for u in /home/*
do do
if ! test -f "${u}/.config/hypr/hypr.conf" if ! test -f "${u}/.config/hypr/hyprland.conf"
then then
cp -a /etc/skel/. "${u}/" cp -a /etc/skel/. "${u}/"
fi fi