From: Frank Brehm Date: Wed, 9 Jun 2010 08:28:21 +0000 (+0000) Subject: Initial revision X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=e9ea18f3ca14944dabb3bf6758aa60c481b322d6;p=config%2Fhelga%2Fetc.git Initial revision --- diff --git a/bin/post_sync b/bin/post_sync new file mode 100755 index 0000000..e94ea5d --- /dev/null +++ b/bin/post_sync @@ -0,0 +1,8 @@ +#!/bin/sh +# Copyright 2006-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +for f in /etc/portage/postsync.d/* ; do + [ -x "${f}" ] && "${f}" +done +: diff --git a/postsync.d/q-reinitialize b/postsync.d/q-reinitialize new file mode 100644 index 0000000..7bca1a8 --- /dev/null +++ b/postsync.d/q-reinitialize @@ -0,0 +1,3 @@ +#!/bin/sh +[ -x /usr/bin/q ] && /usr/bin/q -r ${PORTAGE_QUIET:+-q} +: