summaryrefslogtreecommitdiff
path: root/community/splix/splix.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/splix/splix.install
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/splix/splix.install')
-rw-r--r--community/splix/splix.install19
1 files changed, 0 insertions, 19 deletions
diff --git a/community/splix/splix.install b/community/splix/splix.install
deleted file mode 100644
index ee1eb78a3..000000000
--- a/community/splix/splix.install
+++ /dev/null
@@ -1,19 +0,0 @@
-post_install() {
- cat <<EOF
-Installation of the color profile for color printers:
------------------------------------------------------
-
- Color printers needs color profile files to get better results. These
-files are provided by your printer manufacturer and you have to install them
-manually. To do that, download the linux official drivers and locate the "cms"
-directory. Install this directory to "/usr/share/cups/model/\$MANUFACTURER/cms".
-
- Samsung color profile files are available at:
- (Then use MANUFACTURER=samsung)
- http://splix.ap2c.org/samsung_cms.tar.bz2
-EOF
-}
-
-post_upgrade() {
- post_install
-}