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