summaryrefslogtreecommitdiffstats
path: root/core/modules/cups
diff options
context:
space:
mode:
authorSimon Rettberg2020-08-03 14:43:37 +0200
committerYour Name2020-08-03 14:43:37 +0200
commit39a8188b4a0b9ec26c4240df9ba557768ece4c48 (patch)
treeb891d3dd0ac5b1adea1ff90da739395cf6caa9c8 /core/modules/cups
parent[systemd-distro] Delete data dir, use shipped services etc. (diff)
downloadmltk-39a8188b4a0b9ec26c4240df9ba557768ece4c48.tar.gz
mltk-39a8188b4a0b9ec26c4240df9ba557768ece4c48.tar.xz
mltk-39a8188b4a0b9ec26c4240df9ba557768ece4c48.zip
Add support for Ubuntu 20.04 (TODO: systemd)
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
-"
-