diff options
| -rw-r--r-- | remote/modules/cups/cups.conf.ubuntu | 2 | ||||
| -rw-r--r-- | remote/modules/cups/cups.conf.ubuntu.13 | 10 | ||||
| -rw-r--r-- | remote/modules/german/german.conf.ubuntu | 4 |
3 files changed, 12 insertions, 4 deletions
diff --git a/remote/modules/cups/cups.conf.ubuntu b/remote/modules/cups/cups.conf.ubuntu index ff5a23d7..da50d242 100644 --- a/remote/modules/cups/cups.conf.ubuntu +++ b/remote/modules/cups/cups.conf.ubuntu @@ -1,10 +1,8 @@ REQUIRED_INSTALLED_PACKAGES=" cups - cups-daemon ghostscript-cups " REQUIRED_CONTENT_PACKAGES=" cups - cups-daemon ghostscript-cups " diff --git a/remote/modules/cups/cups.conf.ubuntu.13 b/remote/modules/cups/cups.conf.ubuntu.13 new file mode 100644 index 00000000..ff5a23d7 --- /dev/null +++ b/remote/modules/cups/cups.conf.ubuntu.13 @@ -0,0 +1,10 @@ +REQUIRED_INSTALLED_PACKAGES=" + cups + cups-daemon + ghostscript-cups +" +REQUIRED_CONTENT_PACKAGES=" + cups + cups-daemon + ghostscript-cups +" diff --git a/remote/modules/german/german.conf.ubuntu b/remote/modules/german/german.conf.ubuntu index 4c7cb62d..aee3c64b 100644 --- a/remote/modules/german/german.conf.ubuntu +++ b/remote/modules/german/german.conf.ubuntu @@ -1,9 +1,9 @@ REQUIRED_INSTALLED_PACKAGES=" - libX11-data + libx11-data language-pack-de " REQUIRED_CONTENT_PACKAGES=" - libX11-data + libx11-data " REQUIRED_DIRECTORIES+=" /usr/lib/locale/de_DE.utf8 |
