updated on Thu Jan 19 00:16:31 UTC 2012
[aur-mirror.git] / acpi-eee / acpi-eee.install
blob7213432eb680d7f468b50b728a1941762445d7fc
1 post_install() {
2  echo ">>> To use this package, you will hae to disable /etc/acpi/events/anything"
3  echo ">>> The easiest way to do is to run the following command:"
4  echo "      sed s/handler/handler-disabled/ -i /etc/acpi/events/anything"
5  echo ">>> See /etc/acpi/eee.conf for configurable options."
6  echo ""
7  echo ">>> Since version 10.0-1, you should also add 'eee' rc-script in to"
8  echo ">>> DAEMONS-array in /etc/rc.conf"
11 post_upgrade() {
12   post_install
13   echo ">>>"
14   echo ">>> You should now restart acpid for the changes to take effect."