summarylogtreecommitdiffstats
path: root/tsduck.install
diff options
context:
space:
mode:
Diffstat (limited to 'tsduck.install')
-rw-r--r--tsduck.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/tsduck.install b/tsduck.install
new file mode 100644
index 000000000000..82fbef83e0c0
--- /dev/null
+++ b/tsduck.install
@@ -0,0 +1,4 @@
+## arg 1: the new package version
+post_install() {
+ echo ">> You have to re-login or source /etc/profile.d/tsduck.sh or else things won't work."
+}