From: Frank Brehm Date: Thu, 12 Oct 2017 20:26:10 +0000 (+0200) Subject: committing changes in /etc after emerge run X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=37d11b9e62f91222e48175772d51aec8c88a572f;p=config%2Fbruni%2Fetc.git committing changes in /etc after emerge run Package changes: --- diff --git a/portage/bin/post_sync b/portage/bin/post_sync deleted file mode 100755 index e94ea5d0..00000000 --- a/portage/bin/post_sync +++ /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 index 7bca1a86..00000000 --- a/portage/postsync.d/q-reinitialize +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -[ -x /usr/bin/q ] && /usr/bin/q -r ${PORTAGE_QUIET:+-q} -: