app-portage/install-mask: remove unused files
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>
Wed, 13 Jul 2016 18:42:56 +0000 (20:42 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Thu, 14 Jul 2016 16:07:31 +0000 (18:07 +0200)
Closes: https://github.com/gentoo/gentoo/pull/1883

Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
app-portage/install-mask/files/location-db.conf [deleted file]
app-portage/install-mask/files/location-db.xml [deleted file]

diff --git a/app-portage/install-mask/files/location-db.conf b/app-portage/install-mask/files/location-db.conf
deleted file mode 100644 (file)
index cb050ca..0000000
+++ /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 (file)
index eea4842..0000000
+++ /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>