Move chrome if there

This commit is contained in:
Fliegerjohn 2023-11-20 12:59:20 +01:00
parent 95fb50c322
commit 5e0a5a18b6
Signed by: fliegerjohn
GPG key ID: E2221D5FE4656B6A

View file

@ -33,6 +33,9 @@ enable_profile_customizations() {
deploy_fenix_fox() {
echo "Copy files in place and enable fenix-fox"
if [ -d "${installdir}/chrome" ]; then
mv $installdir/chrome $installdir/chrome.original
fi
cp -r src/userChrome $installdir/chrome
cp src/userChrome/userChrome-fenix_fox.css $installdir/chrome/
}