head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2009.03.17.09.41.57;	author nirbheek;	state Exp;
branches;
next	;
commitid	1a3049bf70654567;


desc
@@


1.1
log
@Add new ebuild app-crypt/seahorse-plugins-2.24.1 from the gnome overlay (p.masked, gnome-session-2.24)
(Portage version: 2.2_rc25/cvs/Linux i686)
@
text
@#!/bin/bash

# launches a seahorse-agent instance

seahorseagent=`which seahorse-agent 2> /dev/null`
if [ -n "$seahorseagent" ] && [ -x "$seahorseagent" ] && [ -z "$GPG_AGENT_INFO" ] ;  then
   command="$seahorseagent --execute $command"
fi
@
