summarylogtreecommitdiffstats
path: root/maltego.install
diff options
context:
space:
mode:
authorKr1ss2020-09-02 16:23:49 +0200
committerKr1ss2020-09-02 16:23:49 +0200
commit9fcd5f8295529717aa1d56e25acbe95a056a232a (patch)
tree97a5962ace16860a5e60e5007dd10489b85fe5e8 /maltego.install
parent152b27f1e2c68213516a53577352c94e66ec107d (diff)
downloadaur-9fcd5f8295529717aa1d56e25acbe95a056a232a.tar.gz
update: maltego 4.2.12.13389-1
upstream release
Diffstat (limited to 'maltego.install')
-rw-r--r--maltego.install12
1 files changed, 2 insertions, 10 deletions
diff --git a/maltego.install b/maltego.install
index 81ab527131e5..4ee4520e4d46 100644
--- a/maltego.install
+++ b/maltego.install
@@ -1,6 +1,6 @@
post_install() {
echo ""
- echo "[+] run '/sbin/maltego' to run the application (if nothing works, check 'java' is in your \$PATH)"
+ echo "[+] run '/usr/bin/maltego' to run the application (if nothing works, check 'java' is in your \$PATH)"
echo ">>> documentation resides @ 'https://www.paterva.com/web7/docs.php'"
echo ""
echo ">>> this application isn't functional until you obtain a Maltego Community Edition activation code and account"
@@ -11,13 +11,5 @@ post_install() {
}
post_upgrade() {
- echo ""
- echo "[+] run '/sbin/maltego' to run the application (if nothing works, check 'java' is in your \$PATH)"
- echo ">>> documentation resides @ 'https://www.paterva.com/web7/docs.php'"
- echo ""
- echo ">>> this application isn't functional until you obtain a Maltego Community Edition activation code and account"
- echo ">>> REGISTER a FREE ACCOUNT for Maltego Community Editon @ 'https://www.paterva.com/web7/community/community.php'"
- echo ""
- echo ">>> this has been tested to work with jre8-openjdk"
- echo ""
+ post_install "$@"
}