]> Frank Brehm's Git Trees - config/helga/portage.git/commitdiff
Initial revision
authorFrank Brehm <frank@brehm-online.com>
Wed, 9 Jun 2010 08:28:21 +0000 (08:28 +0000)
committerFrank Brehm <frank@brehm-online.com>
Wed, 9 Jun 2010 08:28:21 +0000 (08:28 +0000)
bin/post_sync [new file with mode: 0755]
postsync.d/q-reinitialize [new file with mode: 0644]

diff --git a/bin/post_sync b/bin/post_sync
new file mode 100755 (executable)
index 0000000..e94ea5d
--- /dev/null
@@ -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 (file)
index 0000000..7bca1a8
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+[ -x /usr/bin/q ] && /usr/bin/q -r ${PORTAGE_QUIET:+-q}
+: