added graphical boolean switch to configure firefox is it's enabled

This commit is contained in:
llnu 2020-05-05 12:00:18 +02:00
parent da452d95ba
commit f20ce1e3c3
2 changed files with 7 additions and 0 deletions

View File

@ -7,4 +7,10 @@ for pkg in ndisc6 emacs zsh mosh nmap sipcalc;
do __package $pkg --state present;
done
if [ ! -f "$__type/parameter/graphical" ]; then
__package firefox --state present;
fi
__require="__package/emacs" __dot_file .emacs --user user --source "$__type/files/.emacs"

View File

@ -0,0 +1 @@
graphical