maybe chmod 0644 'php/fpm-php7.0/php.ini'
maybe chmod 0755 'portage'
maybe chmod 0644 'portage/bashrc'
-maybe chmod 0755 'portage/bin'
-maybe chmod 0755 'portage/bin/post_sync'
maybe chmod 0644 'portage/make.conf'
maybe chmod 0644 'portage/make.conf.catalyst'
maybe chmod 0755 'portage/package.accept_keywords'
maybe chmod 0644 'portage/package.accept_keywords/common'
maybe chmod 0644 'portage/package.accept_keywords/ruby'
maybe chmod 0644 'portage/package.use'
-maybe chmod 0755 'portage/postsync.d'
-maybe chmod 0644 'portage/postsync.d/q-reinitialize'
maybe chmod 0755 'portage/repo.postsync.d'
maybe chmod 0644 'portage/repo.postsync.d/example'
maybe chmod 0755 'portage/repo.postsync.d/q-reinit'
+++ /dev/null
-#!/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
-: