# 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" }