blob: 26359645a955e0b07d79d7adef95958f8bee1c8c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
post_install() {
cat << EOF
NOTE for dcraw:
----
==> dcraw provides the simple commandline tools for raw conversion. If you
==> are looking for a more sophisticated way consider gimp-ufraw, which
==> provides a gimp-plugin and a standalone application that can even convert
==> to 16-bit tiff files (which you can use in cinepaint eg.) So please do a
==> 'pacman -S gimp-ufraw' to get it.
EOF
}
|