diff options
Diffstat (limited to 'app-misc/fhem')
-rw-r--r-- | app-misc/fhem/fhem-6.0-r1.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app-misc/fhem/fhem-6.0-r1.ebuild b/app-misc/fhem/fhem-6.0-r1.ebuild index 9ad9768d8330..e85f6305a8f0 100644 --- a/app-misc/fhem/fhem-6.0-r1.ebuild +++ b/app-misc/fhem/fhem-6.0-r1.ebuild @@ -101,3 +101,7 @@ src_install() { fowners fhem:fhem /opt/fhem/fhem.cfg } + +pkg_postinst() { + tmpfiles_process fhem.conf +} |