summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYorick Rommers2015-08-05 21:33:50 +0200
committerYorick Rommers2015-08-05 21:33:50 +0200
commita877ac2d2296ff3e2f099d02ceabb000ce30d6a2 (patch)
treec19140ae7d33d313939ac845e636609e1ad7c3ad
parentc63174f1b0737399d841f6e29b6f40214d4547df (diff)
downloadaur-a877ac2d2296ff3e2f099d02ceabb000ce30d6a2.tar.gz
Depmod added
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 884c079166fa..55f87a6778c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,6 +23,7 @@ package() {
sudo install -D "src/dattobd.ko" "/usr/lib/modules//$(uname -r)/"
sudo install -D "../dattobd.conf" "/etc/modules-load.d/"
sudo rm -f "src/.tmp_versions/dattobd.mod"
+ sudo depmod -a
sudo modprobe dattobd
}