summarylogtreecommitdiffstats
path: root/dahdi.install
diff options
context:
space:
mode:
Diffstat (limited to 'dahdi.install')
-rw-r--r--dahdi.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/dahdi.install b/dahdi.install
new file mode 100644
index 000000000000..b694c5f9e4da
--- /dev/null
+++ b/dahdi.install
@@ -0,0 +1,12 @@
+post_install() {
+ depmod -a
+ udevadm control --reload-rules
+}
+
+post_upgrade() {
+ depmod -a
+}
+
+post_remove() {
+ depmod -a
+}