]> Frank Brehm's Git Trees - config/bruni/etc.git/commitdiff
committing changes in /etc after emerge run
authorFrank Brehm <frank@brehm-online.com>
Thu, 12 Oct 2017 20:26:10 +0000 (22:26 +0200)
committerFrank Brehm <frank@brehm-online.com>
Thu, 12 Oct 2017 20:26:10 +0000 (22:26 +0200)
Package changes:

portage/bin/post_sync [deleted file]
portage/postsync.d/q-reinitialize [deleted file]

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