Install this version:
emerge -a =app-misc/SystemCustomizations-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-misc/SystemCustomizations-9999
Or alternatively:
emerge --autounmask-write -a =app-misc/SystemCustomizations-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit git-r3 meson
DESCRIPTION="dblsaiko's system customizations"
HOMEPAGE="https://git.dblsaiko.net/SystemCustomizations"
EGIT_REPO_URI="https://git.dblsaiko.net/SystemCustomizations"
LICENSE="MIT"
SLOT="0"
KEYWORDS=""
pkg_postinst() {
einfo "This package installs user tmpfiles definitions to set up symbolic links in"
einfo "user directories. Make sure that the necessary services are enabled. For"
einfo "first setup, run"
einfo ""
einfo " systemctl --user enable --now systemd-tmpfiles-clean.timer systemd-tmpfiles-setup.service"
einfo ""
einfo "To set up symlinks now, run"
einfo ""
einfo " systemd-tmpfiles --user --create"
}