Codebase list maltego-teeth / master debian / postinst
master

Tree @master (Download .tar.gz)

postinst @masterraw · history · blame

#!/bin/bash

echo ""
echo "To use the Maltego Teeth transforms, load the config file called"
echo "/opt/Teeth/etc/Maltego_config.mtz file into Maltego."
echo ""
echo "1) Open Maltego Tungsten (or Radium)"
echo "2) Click top left globe/sphere (Application button)"
echo "3) Import -> Import configuration, choose /opt/Teeth/etc/Maltego_config.mtz"
echo ""
echo "The Teeth Config File is at: /opt/Teeth/etc/TeethConfig.txt"
echo ""
echo "Teeth's log file is at: /var/log/Teeth.log"
echo ""

#DEBHELPER#