summarylogtreecommitdiffstats
path: root/omnetpp-qt.install
blob: 339699f84c4d35111151959dd8de552962eabfc0 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
  	echo 'You need to source /etc/profile or relogin to add the Omnet++ tools to your path.'
}

post_upgrade() {
    post_install
}

post_remove() {
}