summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortrya2018-05-30 22:21:16 +0200
committertrya2018-05-30 22:21:16 +0200
commitfb3f12cd68b4cbc8bfd7bca321820367498f750b (patch)
tree32ac0392fd86cfa57fcf6fca1865ece38f38bfac
parent203ec2c5e1192598af31b590f6e654153b0f4b08 (diff)
downloadaur-fb3f12cd68b4cbc8bfd7bca321820367498f750b.tar.gz
Do not depmod since pacman has a depmod hook now
-rw-r--r--.SRCINFO2
-rw-r--r--mach64drm.install12
2 files changed, 1 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dae4eb65e39e..13743263c975 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Jan 7 10:25:39 UTC 2018
+# Wed May 30 20:20:27 UTC 2018
pkgbase = mach64drm
pkgdesc = Mach64 DRM module
pkgver = 20180107
diff --git a/mach64drm.install b/mach64drm.install
index b39964ad28a7..738e044e4e8f 100644
--- a/mach64drm.install
+++ b/mach64drm.install
@@ -1,9 +1,5 @@
post_install() {
echo ""
- echo "Updating modules dependencies..."
- depmod -a `uname -r`
- echo "Done."
- echo ""
echo "Please read https://wiki.archlinux.org/index.php/Mach64"
echo "for the configuration of direct rendering inside Xorg."
echo ""
@@ -12,11 +8,3 @@ post_install() {
post_upgrade() {
post_install
}
-
-post_remove() {
- echo ""
- echo "Updating modules dependencies..."
- depmod -a `uname -r`
- echo "Done."
- echo ""
-}