Move chrome if there
This commit is contained in:
parent
95fb50c322
commit
5e0a5a18b6
1 changed files with 3 additions and 0 deletions
|
@ -33,6 +33,9 @@ enable_profile_customizations() {
|
||||||
|
|
||||||
deploy_fenix_fox() {
|
deploy_fenix_fox() {
|
||||||
echo "Copy files in place and enable 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 -r src/userChrome $installdir/chrome
|
||||||
cp src/userChrome/userChrome-fenix_fox.css $installdir/chrome/
|
cp src/userChrome/userChrome-fenix_fox.css $installdir/chrome/
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue