post_install() { cat <>~/.profile Add /opt/fpga-toolchain/bin to your PATH: echo 'export PATH=/opt/fpga-toolchain/bin:\$PATH' >> ~/.profile HERE } post_upgrade() { post_install }