summarylogtreecommitdiffstats
path: root/decklink.install
diff options
context:
space:
mode:
authorFlorent Thiéry2018-02-01 12:18:36 +0100
committerFlorent Thiéry2018-02-01 12:18:36 +0100
commit332262daa794e574aeec6f53f6d37ef5c143b3a8 (patch)
tree3c3d88836ecd1fb9f05c1470d246aeb049dd71dd /decklink.install
parent7512d1e4096b301d599f14f408e05afd4a12244d (diff)
downloadaur-332262daa794e574aeec6f53f6d37ef5c143b3a8.tar.gz
remove all instances of the kernel module (the sound and io modules were not removed upon uninstalling)
Diffstat (limited to 'decklink.install')
-rw-r--r--decklink.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/decklink.install b/decklink.install
index f7cf4932ad8b..85727b2b1d46 100644
--- a/decklink.install
+++ b/decklink.install
@@ -48,7 +48,7 @@ pre_remove() {
## arg 1: the old package version
post_remove() {
- rm -f "/lib/modules/*/kernel/drivers/blackmagic.ko"
+ rm -f "/lib/modules/*/kernel/drivers/*blackmagic*.ko"
}
# vim:set ts=2 sw=2 et: