diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2011-04-05 14:26:38 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2011-04-05 14:26:38 +0000 |
commit | 415856bdd4f48ab4f2732996f0bae58595092bbe (patch) | |
tree | ede2018b591f6dfb477fe9341ba17b9bc000fab9 /extra/dcraw/dcraw.install |
Tue Apr 5 14:26:38 UTC 2011
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 +} |