Update postinst

This commit is contained in:
ferrreo 2023-10-20 15:33:29 +01:00 committed by GitHub
parent c818b7118d
commit b1e275ecfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@ cp -f /etc/skel/.config/examples/.profile /etc/skel/
if ! test -f "${u}/.config/hypr/hyprland.conf"
then
cp -a /etc/skel/. "${u}/"
chown -R "${u}:${u}" "${u}/"
fi
if ! test -f "${u}/.config/ags/widgets/systray.js"