diff options
author | Britney Fransen <brfransen@gmail.com> | 2011-08-06 03:09:46 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2011-08-06 03:09:46 (GMT) |
commit | 3c4ac9c70b9d9c27327efd580d54e9738b79a108 (patch) | |
tree | 3b18f61398b5194d8f1116993db54cf0cc2d1c21 /abs/extra/dcraw/dcraw.install | |
parent | e7d2326eb2251c13ada5812e2f0e213d75bac884 (diff) | |
download | linhes_pkgbuild-3c4ac9c70b9d9c27327efd580d54e9738b79a108.zip linhes_pkgbuild-3c4ac9c70b9d9c27327efd580d54e9738b79a108.tar.gz linhes_pkgbuild-3c4ac9c70b9d9c27327efd580d54e9738b79a108.tar.bz2 |
dcraw: Bump to latest.
Diffstat (limited to 'abs/extra/dcraw/dcraw.install')
-rw-r--r-- | abs/extra/dcraw/dcraw.install | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/abs/extra/dcraw/dcraw.install b/abs/extra/dcraw/dcraw.install index 0b3d1bf..2635964 100644 --- a/abs/extra/dcraw/dcraw.install +++ b/abs/extra/dcraw/dcraw.install @@ -1,7 +1,7 @@ post_install() { cat << EOF -NOTE for drcaw: +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 @@ -11,7 +11,3 @@ NOTE for drcaw: EOF } - -post_upgrade() { - post_install $1 -} |