core/acpi_call/acpi_call.install

22 lines
605 B
Plaintext
Raw Normal View History

2013-05-21 01:35:51 +08:00
post_install() {
EXTRAMODULES='extramodules-4.2-CHAKRA'
2014-11-06 01:10:07 +08:00
depmod $(cat /lib/modules/$EXTRAMODULES/version)
2013-05-21 01:35:51 +08:00
echo ""
echo "[+] modprobe acpi_call"
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"
2014-11-06 00:34:24 +08:00
echo ">>> There are a few scripts to use in /usr/share/acpi_call/examples - some for specific laptops => asus1215n.sh, dellL702X.sh, m11xr2.sh"
2013-05-21 01:35:51 +08:00
}
post_upgrade() {
2014-11-06 00:34:24 +08:00
post_install
2013-05-21 01:35:51 +08:00
}
post_remove() {
EXTRAMODULES='extramodules-4.2-CHAKRA'
2014-11-06 01:10:07 +08:00
depmod $(cat /lib/modules/$EXTRAMODULES/version)
2013-05-21 01:35:51 +08:00
}
op=$1
shift
$op $*