summarylogtreecommitdiffstats
path: root/igb.install
diff options
context:
space:
mode:
Diffstat (limited to 'igb.install')
-rw-r--r--igb.install17
1 files changed, 17 insertions, 0 deletions
diff --git a/igb.install b/igb.install
new file mode 100644
index 000000000000..5237db16c853
--- /dev/null
+++ b/igb.install
@@ -0,0 +1,17 @@
+rebuild_module_dependencies() {
+ depmod $(cat "@MODULES_PATH@/version")
+}
+
+post_install() {
+ rebuild_module_dependencies
+ echo 'In order to use igb module, reboot the system.'
+}
+
+post_upgrade() {
+ rebuild_module_dependencies
+ echo 'In order to use igb module, reboot the system.'
+}
+
+post_remove() {
+ rebuild_module_dependencies
+}