summaryrefslogtreecommitdiffstats
path: root/printer/opencups/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'printer/opencups/CONFIGURE')
-rwxr-xr-xprinter/opencups/CONFIGURE17
1 files changed, 0 insertions, 17 deletions
diff --git a/printer/opencups/CONFIGURE b/printer/opencups/CONFIGURE
deleted file mode 100755
index 42c6b5c9bc..0000000000
--- a/printer/opencups/CONFIGURE
+++ /dev/null
@@ -1,17 +0,0 @@
-. $GRIMOIRE/FUNCTIONS &&
-
-persistent_remove CUPS_VER &&
-
-config_query EXTRA_LANG "Do you want to build extra languages?" n
-
-if [[ $EXTRA_LANG == y ]]; then
- config_query_list CUPS_LANG "Which additional language to install?" \
- all de es fr ja pl sv
-fi &&
-
-config_query_option CUPS_OPTS \
- "Do you want to enable raw printing" \
- n \
- '--enable-raw-printing' \
- '--disable-raw-printing'
-