aboutsummaryrefslogtreecommitdiffstats
path: root/trunk/bin/print-cups.sh
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/bin/print-cups.sh')
-rw-r--r--trunk/bin/print-cups.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/trunk/bin/print-cups.sh b/trunk/bin/print-cups.sh
deleted file mode 100644
index 230df13..0000000
--- a/trunk/bin/print-cups.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-if [ -x /usr/bin/qtcups ]; then
- qtcups $*
-else
- if [ -x /usr/bin/xpp ]; then
- xpp $*
- else
- lpr $*
- fi
-fi