diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-07-17 16:02:46 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-07-17 16:02:46 -0300 |
commit | 4c16587eb7c30d3711461153659677c2c3facc26 (patch) | |
tree | da7c2d1e34072a83456c3a1a526d3f48dc439d68 /testing/kmod | |
parent | 89c6ae2d17f97e67150b36167fdba856dea8111a (diff) |
removing crap and some updates
Diffstat (limited to 'testing/kmod')
-rw-r--r-- | testing/kmod/kmod.install | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/testing/kmod/kmod.install b/testing/kmod/kmod.install deleted file mode 100644 index 0a2e88dc5..000000000 --- a/testing/kmod/kmod.install +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -post_upgrade() { - if [ "$(vercmp 9-2 "$2")" -eq 1 ]; then - echo "==> Kernel modules are now only read from /usr/lib/modules, all custom" - echo " built kernels and modules must be moved there before rebooting." - fi -} - |