summarylogtreecommitdiffstats
path: root/lttng-modules-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'lttng-modules-git.install')
-rw-r--r--lttng-modules-git.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/lttng-modules-git.install b/lttng-modules-git.install
new file mode 100644
index 000000000000..2b53dd5c51f3
--- /dev/null
+++ b/lttng-modules-git.install
@@ -0,0 +1,14 @@
+post_install()
+{
+ depmod -a
+}
+
+post_upgrade()
+{
+ depmod -a
+}
+
+post_remove()
+{
+ depmod -a
+}