updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / acpi_call-zen / acpi_call.install
blob9247ba610f8a3ddfa735859a70a2da2d8fe6b0f0
1 post_install() {
2   depmod -a
3   echo ""
4   echo "[+] modprobe acpi_call"
5   echo ">>> run /usr/bin/test_off.sh to test/view different acpi_call functions to see if it disables your secondary/hybrid video card"
6   echo ">>> FYI: there are 2 scripts in /usr/share/acpi_call/ for specific laptops => asus1215n.sh and m11xr2.sh "
9 post_upgrade() {
10   depmod -a
11   echo ""
12   echo "[+] modprobe acpi_call"
13   echo ">>> run /usr/bin/test_off.sh to test/view different acpi_call functions to see if it disables your secondary/hybrid video card"
14   echo ">>> FYI: there are 2 scripts in /usr/share/acpi_call/ for specific laptops => asus1215n.sh and m11xr2.sh "
17 post_remove() {
18   depmod -a
21 op=$1
22 shift
23 $op $*