commit:     6948f84f0a96570a1ebaa385e46fe51260b52481
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail 
<DOT> com>
AuthorDate: Wed Jul 13 18:42:56 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Jul 14 16:07:31 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6948f84f

app-portage/install-mask: remove unused files

Closes: https://github.com/gentoo/gentoo/pull/1883

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 app-portage/install-mask/files/location-db.conf | 18 ------------------
 app-portage/install-mask/files/location-db.xml  | 24 ------------------------
 2 files changed, 42 deletions(-)

diff --git a/app-portage/install-mask/files/location-db.conf 
b/app-portage/install-mask/files/location-db.conf
deleted file mode 100644
index cb050ca..0000000
--- a/app-portage/install-mask/files/location-db.conf
+++ /dev/null
@@ -1,18 +0,0 @@
-[__install-mask__]
-version=1
-
-[systemd]
-path=/usr/lib/systemd/system
-description=systemd unit and auxiliary files.
-
-[bash-completion]
-path=/usr/share/bash-completion
-
-[locale]
-path=/usr/share/locale
-description=All localizations.
-
-[logrotate]
-path=/etc/logrotate.d
-
-# vim:ft=dosini

diff --git a/app-portage/install-mask/files/location-db.xml 
b/app-portage/install-mask/files/location-db.xml
deleted file mode 100644
index eea4842..0000000
--- a/app-portage/install-mask/files/location-db.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<install-mask>
-       <location id="systemd">
-               <path>/usr/lib/systemd/system</path>
-               <description>
-                       systemd unit and auxiliary files.
-               </description>
-       </location>
-
-       <location id="bash-completion">
-               <path>/usr/share/bash-completion</path>
-       </location>
-
-       <location id="locale">
-               <path>/usr/share/locale</path>
-               <description>
-                       All localizations.
-               </description>
-       </location>
-
-       <location id="logrotate">
-               <path>/etc/logrotate.d</path>
-       </location>
-</install-mask>

Reply via email to