diff options
Diffstat (limited to 'sys-apps/hal/hal-0.5.10-r1.ebuild')
-rw-r--r-- | sys-apps/hal/hal-0.5.10-r1.ebuild | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys-apps/hal/hal-0.5.10-r1.ebuild b/sys-apps/hal/hal-0.5.10-r1.ebuild index c01bd97..9a80be2 100644 --- a/sys-apps/hal/hal-0.5.10-r1.ebuild +++ b/sys-apps/hal/hal-0.5.10-r1.ebuild @@ -317,5 +317,11 @@ pkg_postinst() { then elog "We have converted your existing xorg.conf rules and the FDI is stored" elog "at /etc/hal/fdi/policy/10-x11-input.fdi" + fi + elog "You should remove the Input sections from your xorg.conf once you have" + elog "migrated the rules to a HAL fdi file." + + ebeep 5 + epause 5 } |