Closes: https://github.com/gentoo/gentoo/pull/1883
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
+++ /dev/null
-[__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
+++ /dev/null
-<?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>