summarylogtreecommitdiffstats
path: root/mach64drm.install
diff options
context:
space:
mode:
Diffstat (limited to 'mach64drm.install')
-rw-r--r--mach64drm.install12
1 files changed, 0 insertions, 12 deletions
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 ""
-}