summaryrefslogtreecommitdiff
path: root/core/udev/udev.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-13 23:15:14 +0000
committerroot <root@rshg054.dnsready.net>2012-02-13 23:15:14 +0000
commit16e845de1bbf76ab48a02bfaa21730f45e6afaaa (patch)
tree29a9ad28230397e62bdb0ab5cd970763a6033f69 /core/udev/udev.install
parent0020cc650ff973f269f23332e82fc097254d0adc (diff)
Mon Feb 13 23:15:14 UTC 2012
Diffstat (limited to 'core/udev/udev.install')
-rw-r--r--core/udev/udev.install14
1 files changed, 11 insertions, 3 deletions
diff --git a/core/udev/udev.install b/core/udev/udev.install
index c49c5006f..7c866c2a3 100644
--- a/core/udev/udev.install
+++ b/core/udev/udev.install
@@ -2,7 +2,7 @@
# arg 2: the old package version
post_upgrade() {
- if [ "$(vercmp $2 175)" -lt 0 ]; then
+ if [ "$(vercmp $2 181)" -lt 0 ]; then
echo "ATTENTION UDEV:"
echo "----------"
if [ "$(vercmp $2 168)" -lt 0 ]; then
@@ -58,8 +58,16 @@ post_upgrade() {
echo "where devtmpfs is not mounted by the kernel, this only affects fresh installs."
echo " --"
fi
- echo "devtmpfs support is now a hard requirement. Users of the official Arch kernels"
- echo "have this enabled."
+ if [ "$(vercmp $2 175)" -lt 0 ]; then
+ echo "devtmpfs support is now a hard requirement. Users of the official Arch kernels"
+ echo "have this enabled."
+ echo " --"
+ fi
+ echo "udev-compat has been removed, and should be uninstalled."
+ echo " --"
+ echo "Framebuffers are no longer blacklisted by default."
+ echo " --"
+ echo "binaries moved from /sbin to /usr/bin"
echo "---------------"
fi
}