summaryrefslogtreecommitdiffstats
path: root/remote/modules/printergui
diff options
context:
space:
mode:
authorJonathan Bauer2014-05-27 16:44:53 +0200
committerJonathan Bauer2014-05-27 16:44:53 +0200
commit4097e6ad51e44d848998dd1f5e737dd474406057 (patch)
tree9999ece486eebf15f4ab722f0da1d7ab354bbb78 /remote/modules/printergui
parent[printergui] REQUIRED_CONTENT_PACKAGES fetching (diff)
downloadtm-scripts-4097e6ad51e44d848998dd1f5e737dd474406057.tar.gz
tm-scripts-4097e6ad51e44d848998dd1f5e737dd474406057.tar.xz
tm-scripts-4097e6ad51e44d848998dd1f5e737dd474406057.zip
moved cups filter stuff to cups module :) forgot there was one...
Diffstat (limited to 'remote/modules/printergui')
-rw-r--r--remote/modules/printergui/module.build7
-rw-r--r--remote/modules/printergui/module.conf.ubuntu2
2 files changed, 0 insertions, 9 deletions
diff --git a/remote/modules/printergui/module.build b/remote/modules/printergui/module.build
index e7d3864a..4b1b663f 100644
--- a/remote/modules/printergui/module.build
+++ b/remote/modules/printergui/module.build
@@ -22,13 +22,6 @@ build() {
make || perror "'make' failed."
chmod 0700 "$DESTDIR/printpwgui" # So picky cupsd won't drop privileges to lp
- # get packet files
- 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/printergui/module.conf.ubuntu b/remote/modules/printergui/module.conf.ubuntu
index af38a728..54123003 100644
--- a/remote/modules/printergui/module.conf.ubuntu
+++ b/remote/modules/printergui/module.conf.ubuntu
@@ -1,9 +1,7 @@
REQUIRED_INSTALLED_PACKAGES="
libcups2-dev
libqt4-dev
- cups-filters-core-drivers
"
REQUIRED_CONTENT_PACKAGES="
libcups2-dev
- cups-filters-core-drivers
"