summarylogtreecommitdiffstats
path: root/omnetpp-preview.install
blob: afdd6f039ac6c4fa103bca54520988090c716f46 (plain)
1
2
3
4
5
6
7
post_install() {
  	echo "You need to source /etc/profile or relogin to add the Omnet++ tools to your path."
}

post_upgrade() {
    post_install
}