summarylogtreecommitdiffstats
path: root/8723bs-git.install
diff options
context:
space:
mode:
Diffstat (limited to '8723bs-git.install')
-rw-r--r--8723bs-git.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/8723bs-git.install b/8723bs-git.install
index a3bfcb22afc8..3c3f1e424da8 100644
--- a/8723bs-git.install
+++ b/8723bs-git.install
@@ -2,7 +2,7 @@ pre_install() {
# unload old module version
modprobe -r 8723bs
# trash old module versions
- find /lib/modules/$(uname -r) -name 8723bs*ko* -exec rm -f {} \;
+ find /usr/lib/modules/$(uname -r) -name 8723bs*ko* -exec rm -f {} \;
}
@@ -16,5 +16,5 @@ post_install() {
post_remove() {
# delete old module dir
- find /lib/modules/$(uname -r) -name rtl8723bs -type d -exec rm -rf {} \;
+ find /usr/lib/modules/$(uname -r) -name rtl8723bs -type d -exec rm -rf {} \;
}