mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
Auto skip when exists for plasma intg
This commit is contained in:
parent
9ad16495f4
commit
a916f39d17
1 changed files with 1 additions and 0 deletions
|
|
@ -90,6 +90,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
## Optional dependencies
|
## Optional dependencies
|
||||||
|
if pacman -Qs ^plasma-browser-integration$ ;then SKIP_PLASMAINTG=true;fi
|
||||||
case $SKIP_PLASMAINTG in
|
case $SKIP_PLASMAINTG in
|
||||||
true) sleep 0;;
|
true) sleep 0;;
|
||||||
*)
|
*)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue