summarylogtreecommitdiffstats
path: root/omnetpp-qt.install
diff options
context:
space:
mode:
Diffstat (limited to 'omnetpp-qt.install')
-rw-r--r--omnetpp-qt.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/omnetpp-qt.install b/omnetpp-qt.install
new file mode 100644
index 000000000000..339699f84c4d
--- /dev/null
+++ b/omnetpp-qt.install
@@ -0,0 +1,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() {
+}