Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4356f6e9 authored by Seigo Nonaka's avatar Seigo Nonaka Committed by Gerrit Code Review
Browse files

Merge "Set up /data/fonts directory for updatable system fonts"

parents 8d60fefa 18e4372c
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -749,6 +749,11 @@ on post-fs-data
    mkdir /data/app 0771 system system encryption=Require
    mkdir /data/property 0700 root root encryption=Require

    # create directory for updated font files.
    mkdir /data/fonts/ 0771 root root encryption=Require
    mkdir /data/fonts/files 0771 system system
    mkdir /data/fonts/config 0770 system system

    # Create directories to push tests to for each linker namespace.
    # Create the subdirectories in case the first test is run as root
    # so it doesn't end up owned by root.