[net-im/spectrum2] sync

This commit is contained in:
Robert Förster 2021-10-27 16:45:50 +02:00
parent 8cc208303c
commit 675577fffd
1 changed files with 5 additions and 1 deletions

View File

@ -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
}