home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 115 / macaddict115.cdr / Software / Utilities / SallingClicker.dmg / SallingClicker.pkg / Contents / Resources / postflight < prev    next >
Encoding:
Text File  |  2005-12-14  |  226 b   |  4 lines

  1. #!/bin/sh
  2. # Activate our prefpane (as many users forget to read the installation instructions)
  3. osascript -e "tell application \"System Preferences\" to set current pane to pane \"com.salling.preference.SallingClicker\""
  4. exit 0