diff options
author | James Meyer <james.meyer@operamail.com> | 2012-08-07 02:48:50 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-08-07 02:48:50 (GMT) |
commit | 04a617c83b5da3028617d994309c3d66f56686aa (patch) | |
tree | 54ad62a5f2e94aee1bb63e17fb72bbc318d24d22 /abs/core/kmod/kmod.install | |
parent | c43aac0b2af335f544f3d6846fcc2a084fccdb5b (diff) | |
download | linhes_pkgbuild-04a617c83b5da3028617d994309c3d66f56686aa.zip linhes_pkgbuild-04a617c83b5da3028617d994309c3d66f56686aa.tar.gz linhes_pkgbuild-04a617c83b5da3028617d994309c3d66f56686aa.tar.bz2 |
kmod 9
-new
Diffstat (limited to 'abs/core/kmod/kmod.install')
-rw-r--r-- | abs/core/kmod/kmod.install | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/abs/core/kmod/kmod.install b/abs/core/kmod/kmod.install new file mode 100644 index 0000000..0a2e88d --- /dev/null +++ b/abs/core/kmod/kmod.install @@ -0,0 +1,9 @@ +#!/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 +} + |