Skip to content

Commit

Permalink
fix check
Browse files Browse the repository at this point in the history
  • Loading branch information
tpgxyz authored Feb 11, 2021
1 parent b24c9fc commit 875d187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/share/oma-welcome/apps/install-clangk.run
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ if rpm -q kernel-release-desktop-clang &>/dev/null; then
kdialog --title $"OpenMandriva" --msgbox $"The Clang kernel is already installed."
else
pkexec dnf install --assumeyes kernel-release-desktop-clang
if which calligra; then
if rpm -q kernel-release-desktop-clang &>/dev/null; then
kdialog --title $"OpenMandriva" --msgbox $"The Clang kernel was installed successfully."
else
kdialog --title $"OpenMandriva" --msgbox $"The Clang kernel could not be installed."
Expand Down

0 comments on commit 875d187

Please sign in to comment.