diff options
author | Michael Hanson <hansonorders@verizon.net> | 2010-11-06 03:47:37 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verizon.net> | 2010-11-06 03:47:37 (GMT) |
commit | 939317a53e3cba331040f54d3600c8aa72ff7a11 (patch) | |
tree | 8496a582565e948404429da6d6b7256f931607fc /abs/extra/dcraw/dcraw.install | |
parent | c84f5745997b2d42062143a23c718c56e7551452 (diff) | |
download | linhes_pkgbuild-939317a53e3cba331040f54d3600c8aa72ff7a11.zip linhes_pkgbuild-939317a53e3cba331040f54d3600c8aa72ff7a11.tar.gz linhes_pkgbuild-939317a53e3cba331040f54d3600c8aa72ff7a11.tar.bz2 |
dcraw: initial include
Diffstat (limited to 'abs/extra/dcraw/dcraw.install')
-rw-r--r-- | abs/extra/dcraw/dcraw.install | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/abs/extra/dcraw/dcraw.install b/abs/extra/dcraw/dcraw.install new file mode 100644 index 0000000..0b3d1bf --- /dev/null +++ b/abs/extra/dcraw/dcraw.install @@ -0,0 +1,17 @@ +post_install() { + cat << EOF + +NOTE for drcaw: +---- + ==> 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 +} + +post_upgrade() { + post_install $1 +} |