summaryrefslogtreecommitdiff
path: root/community/splix/splix.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-09 03:23:29 -0700
committerroot <root@rshg054.dnsready.net>2013-10-09 03:23:29 -0700
commit737832e1bd70820f477143512b5c89a30a6e81d0 (patch)
tree665a7ce2bee287680b34294d30d2a2602da059ea /community/splix/splix.install
parent3a0ad5dc35d5cff379cdfc736b9cae856416fe6a (diff)
Wed Oct 9 03:18:48 PDT 2013
Diffstat (limited to 'community/splix/splix.install')
-rw-r--r--community/splix/splix.install10
1 files changed, 3 insertions, 7 deletions
diff --git a/community/splix/splix.install b/community/splix/splix.install
index ee1eb78a3..d0b9b2798 100644
--- a/community/splix/splix.install
+++ b/community/splix/splix.install
@@ -3,17 +3,13 @@ post_install() {
Installation of the color profile for color printers:
-----------------------------------------------------
- Color printers needs color profile files to get better results. These
+ Color printers need 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".
+manually. To do that, download the official linux drivers and locate the "cms"
+directory. Install the contents to "/usr/share/cups/profiles/\$MANUFACTURER".
Samsung color profile files are available at:
(Then use MANUFACTURER=samsung)
http://splix.ap2c.org/samsung_cms.tar.bz2
EOF
}
-
-post_upgrade() {
- post_install
-}