summaryrefslogtreecommitdiff
path: root/iso
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2015-10-23 19:34:49 +0200
committerJuergen Daubert <jue@jue.li>2015-10-23 19:34:49 +0200
commitca37f38bc924129d6e22202b93827959c7c5507e (patch)
tree3a9b52d29edbb2fa355cf6e0b0b85f6084193e4e /iso
parent4b29379a8cd5576a69bddfdd4c52bf9110d32051 (diff)
downloadiso-ca37f38bc924129d6e22202b93827959c7c5507e.tar.gz
iso-ca37f38bc924129d6e22202b93827959c7c5507e.tar.xz
setup-helper: inject dbus if wpa_supplicant is installed
Diffstat (limited to 'iso')
-rwxr-xr-xiso/bin/setup-helper4
1 files changed, 4 insertions, 0 deletions
diff --git a/iso/bin/setup-helper b/iso/bin/setup-helper
index f7fe1b5..5936bdf 100755
--- a/iso/bin/setup-helper
+++ b/iso/bin/setup-helper
@@ -106,6 +106,10 @@ if [ `is_installed firefox` ]; then
inject_packages gtk3 at-spi2-core at-spi2-atk dbus
fi
+if [ `is_installed wpa_supplicant` ]; then
+ inject_packages dbus
+fi
+
remove_packages xorg-glamor-egl
inject_packages dash gperf start-stop-daemon

Generated by cgit