summarylogtreecommitdiffstats
path: root/dm2-alsa.install
diff options
context:
space:
mode:
authorQue Quotion2016-03-07 03:24:00 +0900
committerQue Quotion2016-03-07 03:24:00 +0900
commite2fe464e24b0a35e3798d49230d6c0c0e88f9460 (patch)
treef446b3e04f7c7c10cb9325909b8a8c8cace3fd8a /dm2-alsa.install
downloadaur-e2fe464e24b0a35e3798d49230d6c0c0e88f9460.tar.gz
Japanese Earthsoft PT3 driver for recpt1 controller, etc
Diffstat (limited to 'dm2-alsa.install')
-rw-r--r--dm2-alsa.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/dm2-alsa.install b/dm2-alsa.install
new file mode 100644
index 000000000000..b81bf56bab44
--- /dev/null
+++ b/dm2-alsa.install
@@ -0,0 +1,11 @@
+post_install() {
+ depmod -a
+}
+
+post_upgrade() {
+ depmod -a
+}
+
+post_remove() {
+ depmod -a
+}