diff options
Diffstat (limited to 'community/splix/splix.install')
-rw-r--r-- | community/splix/splix.install | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/community/splix/splix.install b/community/splix/splix.install new file mode 100644 index 000000000..ee1eb78a3 --- /dev/null +++ b/community/splix/splix.install @@ -0,0 +1,19 @@ +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 +} |