mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:27:45 +00:00
Base: Create user default Music and Pictures directories
This commit is contained in:
parent
c8dc77a552
commit
5a8e82e6ea
3 changed files with 12 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue