---
name: xpi-google_shortcuts
version: 2.1.5
origin: www/xpi-google_shortcuts
comment: Display all of your Google Services as buttons just next to your addressbar
arch: freebsd:9:x86:64
www: http://www.googleshortcuts.org/
maintainer: anatoly.borodin@gmail.com
prefix: /usr/local
licenselogic: single
flatsize: 951999
desc: |
  Display all of your Google Services as buttons just next to your addressbar
  or anywhere you like it!

  You can go to settings to change which services should be available for you
  as buttons. Left click on a button opens the service in the current tab,
  MIDDLE CLICK opens a new tab. If you like you can change the main appearance
  from a Toolbar with all buttons you've selected to a single Dropdown Menu.

  WWW: http://www.googleshortcuts.org/
categories: [www]
files:
  /usr/local/lib/xpi/{5C46D283-ABDE-4dce-B83C-08881401921C}/chrome.manifest: b8f2561713c2082f9c4e8fd6325718b2303c51eec5cd97990ed11b2bce3bc6d2
  /usr/local/lib/xpi/{5C46D283-ABDE-4dce-B83C-08881401921C}/chrome/googleshortcuts.jar: 31ba75147f5707a7829e7037f45ecb07d5f978fcfe365b2a5ba1561477e457d3
  /usr/local/lib/xpi/{5C46D283-ABDE-4dce-B83C-08881401921C}/defaults/preferences/install.js: 9cae42a37168d51900dc2cccf1ba409b1e1855b6d8b86031acd1279049913e6a
  /usr/local/lib/xpi/{5C46D283-ABDE-4dce-B83C-08881401921C}/install.rdf: dcea1673e6a23c323d66c31d79e439ed64c9fe80dc25b61a15708d5a18851a7a
directories:
  /usr/local/lib/xpi/{5C46D283-ABDE-4dce-B83C-08881401921C}/defaults/preferences/: n
  /usr/local/lib/xpi/{5C46D283-ABDE-4dce-B83C-08881401921C}/defaults/: n
  /usr/local/lib/xpi/{5C46D283-ABDE-4dce-B83C-08881401921C}/chrome/: n
  /usr/local/lib/xpi/{5C46D283-ABDE-4dce-B83C-08881401921C}/: n
  /usr/local/lib/xpi/symlinks/thunderbird3/: y
  /usr/local/lib/xpi/symlinks/thunderbird/: y
  /usr/local/lib/xpi/symlinks/seamonkey2/: y
  /usr/local/lib/xpi/symlinks/seamonkey/: y
  /usr/local/lib/xpi/symlinks/linux-thunderbird/: y
  /usr/local/lib/xpi/symlinks/linux-seamonkey/: y
  /usr/local/lib/xpi/symlinks/linux-firefox/: y
  /usr/local/lib/xpi/symlinks/linux-firefox-devel/: y
  /usr/local/lib/xpi/symlinks/firefox3/: y
  /usr/local/lib/xpi/symlinks/firefox/: y
  /usr/local/lib/xpi/symlinks/: y
  /usr/local/lib/xpi/: y
scripts:
  post-install: |
    install -d /usr/local/lib/xpi/symlinks/firefox /usr/local/lib/xpi/symlinks/firefox3 /usr/local/lib/xpi/symlinks/linux-firefox /usr/local/lib/xpi/symlinks/linux-firefox-devel /usr/local/lib/xpi/symlinks/thunderbird /usr/local/lib/xpi/symlinks/thunderbird3 /usr/local/lib/xpi/symlinks/linux-thunderbird /usr/local/lib/xpi/symlinks/seamonkey /usr/local/lib/xpi/symlinks/seamonkey2 /usr/local/lib/xpi/symlinks/linux-seamonkey
    for _dir in /usr/local/lib/*firefox*/extensions /usr/local/lib/*thunderbird*/extensions /usr/local/lib/*seamonkey*/extensions /usr/local/lib/xpi/symlinks/*firefox* /usr/local/lib/xpi/symlinks/*thunderbird* /usr/local/lib/xpi/symlinks/*seamonkey* ; { /bin/ln -sf /usr/local/lib/xpi/{5C46D283-ABDE-4dce-B83C-08881401921C} $_dir/ 2>/dev/null || true; }
  pre-deinstall: |
    for _dir in /usr/local/lib/*firefox*/extensions /usr/local/lib/*thunderbird*/extensions /usr/local/lib/*seamonkey*/extensions /usr/local/lib/xpi/symlinks/*firefox* /usr/local/lib/xpi/symlinks/*thunderbird* /usr/local/lib/xpi/symlinks/*seamonkey* ; { /bin/rm -f $_dir/{5C46D283-ABDE-4dce-B83C-08881401921C} ; }
