aboutsummaryrefslogtreecommitdiff
path: root/share/examples/printing/psdf
diff options
context:
space:
mode:
Diffstat (limited to 'share/examples/printing/psdf')
-rw-r--r--share/examples/printing/psdf8
1 files changed, 0 insertions, 8 deletions
diff --git a/share/examples/printing/psdf b/share/examples/printing/psdf
deleted file mode 100644
index e0d429b953c2..000000000000
--- a/share/examples/printing/psdf
+++ /dev/null
@@ -1,8 +0,0 @@
-#!bin/sh
-#
-# psdf - DVI to PostScript printer filter
-# Installed in /usr/local/libexec/psdf
-#
-# Invoked by lpd when user runs lpr -d
-#
-exec /usr/local/bin/dvips -f | /usr/local/libexec/lprps "$@"