summarylogtreecommitdiffstats
path: root/blc.install
blob: ab1c151d938146b6924c8d8d247d1d3934617515 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

post_install() {
	cat <<-EOF
	    You will need to source /etc/profile.d/ida-ghidra-blc.sh or set the
	    GHIDRA_DIR environment variable manually before using the plugin. The
	    easiset way to do this may be to log out and log back in.
	EOF
}