summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2017-12-01 16:21:19 +0100
committerDavid Seifert <soap@gentoo.org>2017-12-23 14:12:03 +0100
commit98f5bea9c1464973870b85d6d78c50970e8da3ec (patch)
tree09a8c9a59c813ad35e52c140aec314e82d2187aa /sci-misc
parentdev-lang/tuprolog: remove unused patches (diff)
downloadgentoo-98f5bea9c1464973870b85d6d78c50970e8da3ec.tar.gz
gentoo-98f5bea9c1464973870b85d6d78c50970e8da3ec.tar.bz2
gentoo-98f5bea9c1464973870b85d6d78c50970e8da3ec.zip
sci-misc/netlogo-bin: remove unused file
Closes: https://github.com/gentoo/gentoo/pull/6373
Diffstat (limited to 'sci-misc')
-rw-r--r--sci-misc/netlogo-bin/files/netlogo.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/sci-misc/netlogo-bin/files/netlogo.sh b/sci-misc/netlogo-bin/files/netlogo.sh
deleted file mode 100644
index edc0f0af5ea1..000000000000
--- a/sci-misc/netlogo-bin/files/netlogo.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/bash
-NETLOGO_INSTALL_PATH="/usr/share/netlogo-bin"
-cd ${NETLOGO_INSTALL_PATH}
-java -classpath $(java-config -p netlogo-bin) org.nlogo.app.App