diff options
author | Florian Pritz <bluewind@xssn.at> | 2010-01-17 12:10:25 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xssn.at> | 2010-01-17 12:10:25 +0100 |
commit | ca2d44a6820a66e074d753b32fdc7c3d86e58a3d (patch) | |
tree | 52965f85df44d83395189f88eab9e663154c5a8f /gegl-git/gegl-git.install | |
parent | dbd1c0d9ff79e45fe66955f48d87eb32c21965a2 (diff) | |
download | aur-packages-ca2d44a6820a66e074d753b32fdc7c3d86e58a3d.tar.gz aur-packages-ca2d44a6820a66e074d753b32fdc7c3d86e58a3d.tar.xz |
some more updates/adds
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to 'gegl-git/gegl-git.install')
-rw-r--r-- | gegl-git/gegl-git.install | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gegl-git/gegl-git.install b/gegl-git/gegl-git.install new file mode 100644 index 0000000..4d6aee5 --- /dev/null +++ b/gegl-git/gegl-git.install @@ -0,0 +1,15 @@ +post_install() { + + echo ">>> If you want more functionality install the following packages:" + echo ">>> sdl - libjpeg - openexr - pango - librsvg - graphviz" + echo ">>> And build the package again." + +} + +post_upgrade() { + post_install $1 +} + +op=$1 +shift +$op $* |