summaryrefslogtreecommitdiffstats
path: root/graphics/gimp/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gimp/INSTALL')
-rwxr-xr-xgraphics/gimp/INSTALL4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/gimp/INSTALL b/graphics/gimp/INSTALL
new file mode 100755
index 0000000000..e81a84d63b
--- /dev/null
+++ b/graphics/gimp/INSTALL
@@ -0,0 +1,4 @@
+default_install &&
+if [[ $GIMP_DEVEL == y ]]; then
+ ln -sf /usr/bin/gimp-$(echo ${VERSION}|sed -e 's/\.[0-9]\+$//') ${INSTALL_ROOT}/usr/bin/gimp
+fi