summaryrefslogtreecommitdiff
path: root/community/splix/splix.install
blob: ee1eb78a3aca4d0556ad69bc9716442e24b568fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
}