fix!: move all autostart-related files to standardized location

This commit is contained in:
Arcitec
2023-05-13 01:49:23 +02:00
committed by Eino Rauhala
parent 700413653e
commit 34f6189d26
2 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
if test "$(id -u)" -gt "0" && test -d "$HOME"; then
if test ! -e "$HOME"/.config/autostart/ublue-firstboot.desktop; then
mkdir -p "$HOME"/.config/autostart
cp -f /usr/etc/skel.d/.config/autostart/ublue-firstboot.desktop "$HOME"/.config/autostart
fi
fi