Add executable checks

This commit is contained in:
JeremyStar™ 2023-12-09 14:23:07 +01:00
parent c2943b426c
commit 991768638f

View file

@ -67,3 +67,14 @@ link "fontconfig" ".config/fontconfig"
# konsole
link "konsolerc" ".config/konsolerc"
link "konsole" ".local/share/konsole"
# check for executables
if ! which qt5ct &> /dev/null; then
echo ":: Warning: qt5ct is not in your PATH."
fi
if ! which qt6ct &> /dev/null; then
echo ":: Warning: qt6ct is not in your PATH."
fi
if ! which nwg-look &> /dev/null; then
echo ":: Warning: nwg-look is not in your PATH."
fi