summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2017-11-13 18:23:29 +0100
committerJonathan Bauer2017-11-13 18:23:29 +0100
commit5935a3d70bf54abff26b88e0da456fae0b952f2e (patch)
treed387b1044a34337eb3be767c86a4e831f05e8c6e
parent[openbox] only warn on missing pango-querymodules (diff)
downloadmltk-5935a3d70bf54abff26b88e0da456fae0b952f2e.tar.gz
mltk-5935a3d70bf54abff26b88e0da456fae0b952f2e.tar.xz
mltk-5935a3d70bf54abff26b88e0da456fae0b952f2e.zip
[cups] ubuntu 17
-rw-r--r--core/modules/cups/module.conf.ubuntu.1719
1 files changed, 19 insertions, 0 deletions
diff --git a/core/modules/cups/module.conf.ubuntu.17 b/core/modules/cups/module.conf.ubuntu.17
new file mode 100644
index 00000000..d019d8c3
--- /dev/null
+++ b/core/modules/cups/module.conf.ubuntu.17
@@ -0,0 +1,19 @@
+#!/bin/bash
+REQUIRED_INSTALLED_PACKAGES="
+ cups
+ cups-daemon
+ cups-filters
+ cups-core-drivers
+ cups-filters-core-drivers
+ ghostscript
+ libgs9-common
+"
+REQUIRED_CONTENT_PACKAGES="
+ cups
+ cups-daemon
+ cups-filters
+ cups-core-drivers
+ cups-filters-core-drivers
+ ghostscript
+ libgs9-common
+"