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