Initial commit
This commit is contained in:
6
etc/profile.d/ublue-firstboot.sh
Normal file
6
etc/profile.d/ublue-firstboot.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
if test "$(id -u)" -gt "0" && test -d "$HOME"; then
|
||||
if test ! -e "$HOME"/.config/ublue/firstboot-done; then
|
||||
mkdir -p "$HOME"/.config/autostart
|
||||
cp -f /etc/skel.d/.config/autostart/ublue-firstboot.desktop "$HOME"/.config/autostart
|
||||
fi
|
||||
fi
|
||||
Reference in New Issue
Block a user