summarylogtreecommitdiffstats
path: root/psoc-programmer.install
blob: fbf7a355f490c00d6e4db2063493ace1927d4039 (plain)
1
2
3
4
5
6
7
8
post_install() {
    echo ">>> 'freehex2other.py' 'gen_config.py' 'hex2bin' 'hexinfo' 'mergehex' are now available."
    echo ">>> The prog executable is available as 'psoc-prog'"
}

post_upgrade() {
    post_install
}