home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / etc / acpi / mailbtn.sh < prev    next >
Encoding:
Linux/UNIX/POSIX Shell Script  |  2006-10-15  |  217 b   |  11 lines

  1. #!/bin/bash
  2.  
  3. . /etc/default/acpi-support
  4. . /usr/share/acpi-support/power-funcs
  5.  
  6. getXconsole;
  7. if [ x"$XAUTHORITY" != x"" ]; then
  8.     . /usr/share/acpi-support/key-constants
  9.     acpi_fakekey $KEY_MAIL   # [was: 236]
  10. fi
  11.