We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ccaa11 commit 237b062Copy full SHA for 237b062
2 files changed
store/scripts/gnome-keyring
@@ -7,11 +7,6 @@ if test -z $(command -v gnome-keyring-daemon); then
7
exit 1
8
fi
9
10
-if test -z $(command -v busctl); then
11
- echo "busctl is not installed"
12
- exit 1
13
-fi
14
-
15
if test -z $(command -v dbus-daemon); then
16
echo "dbus-daemon is not installed"
17
store/scripts/kdewallet
@@ -9,11 +9,6 @@ if test -z "$kwalletd"; then
18
19
0 commit comments