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


1.2
date	2010.10.11.21.04.23;	author eva;	state dead;
branches;
next	1.1;
commitid	3d684cb37bd74567;

1.1
date	2008.04.05.08.56.22;	author eva;	state Exp;
branches;
next	;
commitid	6e7847f73eb54567;


desc
@@


1.2
log
@Clean up old revisions, bug #340349.

(Portage version: 2.2_rc89/cvs/Linux x86_64)
@
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
@


1.1
log
@add 70-seahorse-agent from the overlay, fix bug #205000
(Portage version: 2.1.4.4)
@
text
@@

