#!/bin/sh
#
# LOCAL         This script does some additions necessary for the local host
#               and is not for general purpose, ie. it is machine dependent.
#

# enable ibm_acpi hotkey support
echo enable > /proc/acpi/ibm/hotkey
