1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 19:57:44 +00:00

Base: Create user default Music and Pictures directories

This commit is contained in:
Bastiaan van der Plaat 2024-01-29 19:19:31 +01:00 committed by Jelle Raaijmakers
parent c8dc77a552
commit 5a8e82e6ea
3 changed files with 12 additions and 2 deletions

View file

@ -160,6 +160,8 @@ mkdir -p mnt/root
mkdir -p mnt/home/anon
mkdir -p mnt/home/anon/Desktop
mkdir -p mnt/home/anon/Downloads
mkdir -p mnt/home/anon/Music
mkdir -p mnt/home/anon/Pictures
mkdir -p mnt/home/nona
# FIXME: Handle these test copies using CMake install rules
rm -fr mnt/home/anon/Tests/js-tests mnt/home/anon/Tests/cpp-tests