]> arthur.barton.de Git - netatalk.git/blobdiff - contrib/shell_utils/lp2pap.sh.tmpl
remove legacy stuff
[netatalk.git] / contrib / shell_utils / lp2pap.sh.tmpl
diff --git a/contrib/shell_utils/lp2pap.sh.tmpl b/contrib/shell_utils/lp2pap.sh.tmpl
deleted file mode 100755 (executable)
index fea0cf4..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-# pap script for lp systems
-
-chdir "/etc/lp/printers/`basename $0`"
-
-if [ -r "$6" ]; then
-    :BINDIR:/pap -E "$6"
-    exit $?
-fi
-
-exit 2