Skip to content

Commit 237b062

Browse files
committed
store/keychain(ci): we do not require busctl anymore
Signed-off-by: Alano Terblanche <18033717+Benehiko@users.noreply.github.com>
1 parent 7ccaa11 commit 237b062

2 files changed

Lines changed: 0 additions & 10 deletions

File tree

store/scripts/gnome-keyring

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ if test -z $(command -v gnome-keyring-daemon); then
77
exit 1
88
fi
99

10-
if test -z $(command -v busctl); then
11-
echo "busctl is not installed"
12-
exit 1
13-
fi
14-
1510
if test -z $(command -v dbus-daemon); then
1611
echo "dbus-daemon is not installed"
1712
exit 1

store/scripts/kdewallet

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ if test -z "$kwalletd"; then
99
exit 1
1010
fi
1111

12-
if test -z $(command -v busctl); then
13-
echo "busctl is not installed"
14-
exit 1
15-
fi
16-
1712
if test -z $(command -v dbus-daemon); then
1813
echo "dbus-daemon is not installed"
1914
exit 1

0 commit comments

Comments
 (0)