From: Frank Brehm Date: Tue, 8 Jun 2010 14:10:51 +0000 (+0000) Subject: Initial revision X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=c0b0a9fd412fdc1f80e36c861ade62f23dc09c06;p=config%2Fbruni%2Fportage.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} +: