summarylogtreecommitdiffstats
path: root/path.install
blob: 091206392b82f2adbdf07f46af990684d643b26e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
	cat <<HERE
Set GHDL_PREFIX variable to /opt/fpga-toolchain/lib/ghdl in your profile
e. g. like this:
  echo 'export GHDL_PREFIX=/opt/fpga-toolchain/lib/ghdl' >>~/.profile
Add /opt/fpga-toolchain/bin to your PATH:
  echo 'export PATH=/opt/fpga-toolchain/bin:\$PATH' >> ~/.profile
HERE
}

post_upgrade() {
    post_install
}