]> git.sev.monster Git - dotfiles.git/commitdiff
remove firefox from installer
authorsev <git@sev.monster>
Mon, 10 Aug 2020 05:51:26 +0000 (00:51 -0500)
committersev <git@sev.monster>
Fri, 5 Apr 2024 21:27:40 +0000 (16:27 -0500)
install.sh

index 0fd3dc43805289e0e6590c0aa66532fc6584d56a..23a19100b0e37ddf97cc31f8e328fd660b7b464d 100755 (executable)
@@ -77,18 +77,6 @@ done
 find fonts -mindepth 1 -maxdepth 1 -type d | while read -r x; do
        l "$HOME/share/fonts/`basename "$x"`"
 done
 find fonts -mindepth 1 -maxdepth 1 -type d | while read -r x; do
        l "$HOME/share/fonts/`basename "$x"`"
 done
-#XXX: potential bug with newlines in profile name (if ff even takes it)
-#XXX: only uses first profile folder, read from profiles.ini
-ffdir="`find "$HOME/.mozilla/firefox" -mindepth 1 -maxdepth 1 -type d | head -1 2>$devnull`"
-if [ -d "$ffdir" ]; then
-       find firefox -mindepth 1 -maxdepth 1 | while read -r x; do
-               l "$ffdir/`basename "$x"`"
-       done
-       cd "$ffdir"
-       echo "Updating user.js"
-       sh ./user-js-updater.sh
-       cd - >$devnull
-fi
 
 # run .zprofile to set up tmp
 # .zprofile also sources .zshenv for compatibility
 
 # run .zprofile to set up tmp
 # .zprofile also sources .zshenv for compatibility
This page took 0.031474 seconds and 4 git commands to generate.