repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 19 00:16:31 UTC 2012
[aur-mirror.git]
/
acpi-eee904
/
power-button.sh
blob
9fd6bc4305f06f67f329fe025fc2499a546db9ea
1
#!/bin/bash
2
# Executed on power button press
3
4
POWER_BUTTON_COMMAND
=
"/sbin/shutdown -t3 -h now"
5
6
source
/
etc
/
acpi
/
eee.conf
7
8
$POWER_BUTTON_COMMAND
&
9
10
exit
0