|
|
@ -1,4 +1,4 @@ |
|
|
|
# Copyright 1999-2020 Gentoo Authors |
|
|
|
# Copyright 1999-2021 Gentoo Authors |
|
|
|
# Distributed under the terms of the GNU General Public License v2 |
|
|
|
|
|
|
|
EAPI=7 |
|
|
@ -115,3 +115,7 @@ src_install() { |
|
|
|
|
|
|
|
einstalldocs |
|
|
|
} |
|
|
|
|
|
|
|
pkg_postinst() { |
|
|
|
tmpfiles_process spectrum2.conf |
|
|
|
} |
|
|
|