summaryrefslogtreecommitdiffstats
path: root/remote/modules/printergui
diff options
context:
space:
mode:
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
"