summaryrefslogtreecommitdiffstats
path: root/core/modules/cups
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/cups')
-rw-r--r--core/modules/cups/module.conf.ubuntu18
-rw-r--r--core/modules/cups/module.conf.ubuntu.1815
2 files changed, 11 insertions, 22 deletions
diff --git a/core/modules/cups/module.conf.ubuntu b/core/modules/cups/module.conf.ubuntu
index 5c4d995a..2aa8b5ed 100644
--- a/core/modules/cups/module.conf.ubuntu
+++ b/core/modules/cups/module.conf.ubuntu
@@ -1,11 +1,15 @@
#!/bin/bash
-REQUIRED_INSTALLED_PACKAGES="
- cups
- ghostscript-cups
- foomatic-filters
-"
REQUIRED_CONTENT_PACKAGES="
cups
- ghostscript-cups
- foomatic-filters
+ cups-daemon
+ cups-filters
+ cups-core-drivers
+ cups-filters-core-drivers
+ ghostscript
+ hplip
+ libgs9-common
+"
+REQUIRED_DIRECTORIES+="
+ /usr/share/color
"
+
diff --git a/core/modules/cups/module.conf.ubuntu.18 b/core/modules/cups/module.conf.ubuntu.18
deleted file mode 100644
index 2aa8b5ed..00000000
--- a/core/modules/cups/module.conf.ubuntu.18
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/bash
-REQUIRED_CONTENT_PACKAGES="
- cups
- cups-daemon
- cups-filters
- cups-core-drivers
- cups-filters-core-drivers
- ghostscript
- hplip
- libgs9-common
-"
-REQUIRED_DIRECTORIES+="
- /usr/share/color
-"
-