core/acpi-call/acpi_call.install

24 lines
754 B
Plaintext
Raw Normal View History

2010-11-09 21:48:40 +08:00
post_install() {
depmod -a
echo ""
echo "[+] modprobe acpi_call"
2013-02-11 05:04:34 +08:00
echo ">>> run /usr/bin/turn_off_gpu.sh to test/view different acpi_call functions to see if it disables your secondary/hybrid video card"
echo ">>> There are a few scripts to use in /usr/share/acpi_call/ - some for specific laptops => asus1215n.sh, dellL702X.sh, m11xr2.sh"
2010-11-09 21:48:40 +08:00
}
post_upgrade() {
depmod -a
echo ""
echo "[+] modprobe acpi_call"
2013-02-11 05:04:34 +08:00
echo ">>> run /usr/bin/turn_off_gpu.sh to test/view different acpi_call functions to see if it disables your secondary/hybrid video card"
echo ">>> There are a few scripts to use in /usr/share/acpi_call/ - some for specific laptops => asus1215n.sh, dellL702X.sh, m11xr2.sh"
2010-11-09 21:48:40 +08:00
}
post_remove() {
depmod -a
}
op=$1
shift
$op $*