diff options
author | Simon Rettberg | 2019-02-19 11:06:32 +0100 |
---|---|---|
committer | root | 2019-02-19 11:06:32 +0100 |
commit | 6fec76ff7e1f4a6d341b8a93bcd3edd62bb359a3 (patch) | |
tree | 87de5554384df48e1213057856550445c59b0821 /core | |
parent | [xscreensaver] Support SLX_SCREEN_SAVER(_GRACE)?_TIMEOUT (diff) | |
download | mltk-6fec76ff7e1f4a6d341b8a93bcd3edd62bb359a3.tar.gz mltk-6fec76ff7e1f4a6d341b8a93bcd3edd62bb359a3.tar.xz mltk-6fec76ff7e1f4a6d341b8a93bcd3edd62bb359a3.zip |
[dbus/udisks] Ubuntu 18 config
Diffstat (limited to 'core')
-rw-r--r-- | core/modules/dbus/module.conf.ubuntu.18 | 10 | ||||
-rw-r--r-- | core/modules/udisks/module.conf.ubuntu.18 | 7 |
2 files changed, 17 insertions, 0 deletions
diff --git a/core/modules/dbus/module.conf.ubuntu.18 b/core/modules/dbus/module.conf.ubuntu.18 new file mode 100644 index 00000000..159cc642 --- /dev/null +++ b/core/modules/dbus/module.conf.ubuntu.18 @@ -0,0 +1,10 @@ +#!/bin/bash +REQUIRED_CONTENT_PACKAGES=" + dbus + dbus-x11 +" +REQUIRED_FILES+=" +" +REQUIRED_DIRECTORIES=" + /usr/share/dbus-1 +" diff --git a/core/modules/udisks/module.conf.ubuntu.18 b/core/modules/udisks/module.conf.ubuntu.18 new file mode 100644 index 00000000..0a703589 --- /dev/null +++ b/core/modules/udisks/module.conf.ubuntu.18 @@ -0,0 +1,7 @@ +#!/bin/bash +REQUIRED_INSTALLED_PACKAGES=" + udisks2 +" +REQUIRED_CONTENT_PACKAGES=" + udisks2 +" |