summaryrefslogtreecommitdiffstats
path: root/extra/cups-pdf/cups-pdf.install
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
commit3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch)
tree819b14ab0377fe2054fe59866669d904e9e0b4b5 /extra/cups-pdf/cups-pdf.install
parentc9972ec7f32bf9d37388e853fe9bf633e242d05a (diff)
downloadnutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.gz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.bz2
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.xz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.zip
split de git pakxe et NuTyX-extra
Diffstat (limited to 'extra/cups-pdf/cups-pdf.install')
-rw-r--r--extra/cups-pdf/cups-pdf.install20
1 files changed, 0 insertions, 20 deletions
diff --git a/extra/cups-pdf/cups-pdf.install b/extra/cups-pdf/cups-pdf.install
deleted file mode 100644
index 0ef82189a..000000000
--- a/extra/cups-pdf/cups-pdf.install
+++ /dev/null
@@ -1,20 +0,0 @@
-post_install() {
- cat << "EOF"
--------------------------------------------------
-To use cups-pdf, restart cups and visit the cups
-web interface at http://localhost:631/
-
-You can now add a "Virtual Printer (PDF Printer)"
-and use the Postscript/Generic postscript color
-printer driver.
-
-Note that cups-pdf has a configuration
-file in /etc/cups. The default location for
-pdf output is /var/spool/cups-pdf/$username.
--------------------------------------------------
-EOF
-}
-
-op=$1
-shift
-$op $*