Auto skip when exists for plasma intg

This commit is contained in:
clsty
2024-03-31 08:49:01 +08:00
parent 1d31d5572b
commit df50f63c2f
+1
View File
@@ -90,6 +90,7 @@ else
fi
## Optional dependencies
if pacman -Qs ^plasma-browser-integration$ ;then SKIP_PLASMAINTG=true;fi
case $SKIP_PLASMAINTG in
true) sleep 0;;
*)