summaryrefslogtreecommitdiffstats
path: root/remote/modules/cups
diff options
context:
space:
mode:
authorJonathan Bauer2014-03-25 16:05:27 +0100
committerJonathan Bauer2014-03-25 16:05:27 +0100
commit249e951ce236e3bbeb32b5a943215524a81f42f2 (patch)
treee7538724066c4a0330f2e6588e956680613bff57 /remote/modules/cups
parent[consolekit] woops, delete old files (diff)
downloadtm-scripts-249e951ce236e3bbeb32b5a943215524a81f42f2.tar.gz
tm-scripts-249e951ce236e3bbeb32b5a943215524a81f42f2.tar.xz
tm-scripts-249e951ce236e3bbeb32b5a943215524a81f42f2.zip
woopsie, the return ;)
Diffstat (limited to 'remote/modules/cups')
-rw-r--r--remote/modules/cups/cups.build19
-rw-r--r--remote/modules/cups/cups.conf9
-rw-r--r--remote/modules/cups/cups.conf.opensuse10
-rw-r--r--remote/modules/cups/cups.conf.ubuntu10
-rw-r--r--remote/modules/cups/cups.conf.ubuntu.1312
-rw-r--r--remote/modules/cups/cups.conf.ubuntu.13.1012
6 files changed, 0 insertions, 72 deletions
diff --git a/remote/modules/cups/cups.build b/remote/modules/cups/cups.build
deleted file mode 100644
index 0238f1bd..00000000
--- a/remote/modules/cups/cups.build
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/bash
-
-fetch_source() {
- :
-}
-
-build() {
- COPYLIST="list_dpkg_output"
- [ -e "$COPYLIST" ] && rm "$COPYLIST"
-
- list_packet_files >> "$COPYLIST"
- tarcopy "$(cat "$COPYLIST" | sort -u)" "${MODULE_BUILD_DIR}"
-
-}
-
-post_copy() {
- :
-}
-
diff --git a/remote/modules/cups/cups.conf b/remote/modules/cups/cups.conf
deleted file mode 100644
index 586e0d12..00000000
--- a/remote/modules/cups/cups.conf
+++ /dev/null
@@ -1,9 +0,0 @@
-REQUIRED_BINARIES="
- cupsd
- foomatic-rip
-"
-REQUIRED_DIRECTORIES="
- /usr/lib/cups/
- /usr/share/cups/
-"
-REQUIRED_FILES=""
diff --git a/remote/modules/cups/cups.conf.opensuse b/remote/modules/cups/cups.conf.opensuse
deleted file mode 100644
index d13021ba..00000000
--- a/remote/modules/cups/cups.conf.opensuse
+++ /dev/null
@@ -1,10 +0,0 @@
-REQUIRED_INSTALLED_PACKAGES="
- cups
- cups-libs
- foomatic-filters
-"
-REQUIRED_CONTENT_PACKAGES="
- cups
- cups-libs
- foomatic-filters
-"
diff --git a/remote/modules/cups/cups.conf.ubuntu b/remote/modules/cups/cups.conf.ubuntu
deleted file mode 100644
index 8ca1d1c6..00000000
--- a/remote/modules/cups/cups.conf.ubuntu
+++ /dev/null
@@ -1,10 +0,0 @@
-REQUIRED_INSTALLED_PACKAGES="
- cups
- ghostscript-cups
- foomatic-filters
-"
-REQUIRED_CONTENT_PACKAGES="
- cups
- ghostscript-cups
- foomatic-filters
-"
diff --git a/remote/modules/cups/cups.conf.ubuntu.13 b/remote/modules/cups/cups.conf.ubuntu.13
deleted file mode 100644
index 53c8d62d..00000000
--- a/remote/modules/cups/cups.conf.ubuntu.13
+++ /dev/null
@@ -1,12 +0,0 @@
-REQUIRED_INSTALLED_PACKAGES="
- cups
- cups-daemon
- ghostscript-cups
- foomatic-filters
-"
-REQUIRED_CONTENT_PACKAGES="
- cups
- cups-daemon
- ghostscript-cups
- foomatic-filters
-"
diff --git a/remote/modules/cups/cups.conf.ubuntu.13.10 b/remote/modules/cups/cups.conf.ubuntu.13.10
deleted file mode 100644
index d3fa3b5d..00000000
--- a/remote/modules/cups/cups.conf.ubuntu.13.10
+++ /dev/null
@@ -1,12 +0,0 @@
-REQUIRED_INSTALLED_PACKAGES="
- cups
- cups-daemon
- cups-filters
- foomatic-filters
-"
-REQUIRED_CONTENT_PACKAGES="
- cups
- cups-daemon
- cups-filters
- foomatic-filters
-"