diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-07-13 20:42:56 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-07-14 18:07:31 +0200 |
commit | 6948f84f0a96570a1ebaa385e46fe51260b52481 (patch) | |
tree | 778f078976d79fd671cf181f1f4f604a801def16 /app-portage/install-mask | |
parent | app-portage/emerge-delta-webrsync: remove unused patches (diff) | |
download | gentoo-6948f84f0a96570a1ebaa385e46fe51260b52481.tar.gz gentoo-6948f84f0a96570a1ebaa385e46fe51260b52481.tar.bz2 gentoo-6948f84f0a96570a1ebaa385e46fe51260b52481.zip |
app-portage/install-mask: remove unused files
Closes: https://github.com/gentoo/gentoo/pull/1883
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-portage/install-mask')
-rw-r--r-- | app-portage/install-mask/files/location-db.conf | 18 | ||||
-rw-r--r-- | app-portage/install-mask/files/location-db.xml | 24 |
2 files changed, 0 insertions, 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 cb050cab37c4..000000000000 --- 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 eea4842e235c..000000000000 --- 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> |