summarylogtreecommitdiffstats
path: root/synaptics-led-dkms.install
diff options
context:
space:
mode:
authorvantu5z2021-03-18 14:55:58 +0300
committervantu5z2021-03-18 14:55:58 +0300
commit8286a5b5d086416569e669383f1f0b8fc405b6f7 (patch)
tree2a4e38b87461053f5b8349d184ce5265dd015896 /synaptics-led-dkms.install
downloadaur-8286a5b5d086416569e669383f1f0b8fc405b6f7.tar.gz
init
Diffstat (limited to 'synaptics-led-dkms.install')
-rw-r--r--synaptics-led-dkms.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/synaptics-led-dkms.install b/synaptics-led-dkms.install
new file mode 100644
index 000000000000..fc5d4b826a32
--- /dev/null
+++ b/synaptics-led-dkms.install
@@ -0,0 +1,11 @@
+post_install() {
+ depmod
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}