Moved all default preferences to the same location.
This commit is contained in:
parent
e1d32c30f2
commit
b1b68dcfea
4 changed files with 10 additions and 17 deletions
|
@ -14,9 +14,6 @@ if [ ! -f /config/machine-id ]; then
|
|||
cat /proc/sys/kernel/random/uuid | tr -d '-' > /config/machine-id
|
||||
fi
|
||||
|
||||
# Copy default preferences.
|
||||
[ -f /config/profile/prefs.js ] || cp /defaults/prefs.js /config/profile/prefs.js
|
||||
|
||||
# Clean/optimize Firefox databases.
|
||||
#if [ -d /config/.mozilla/firefox ] && [ -d /config/profile ]; then
|
||||
# [ -f /config/.mozilla/firefox/profiles.ini ] || cp /defaults/profiles.ini /config/.mozilla/firefox/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue