summarylogtreecommitdiffstats
path: root/komodo-engine.install
blob: 1348e814b22e3942380b097e97c5984b2541a022 (plain)
1
2
3
4
5
6
7
post_install() {
    echo -e '\n[komodo-engine] If `komodo` does not work on your system, try `komodo-generic`.\n'
}

post_upgrade() {
    post_install
}