diff options
author | Marc Schiffbauer <mschiff@gentoo.org> | 2021-09-06 12:17:46 -1000 |
---|---|---|
committer | Marc Schiffbauer <mschiff@gentoo.org> | 2021-09-06 12:26:44 -1000 |
commit | 68520b3c114bbe7f2eae22dae8f0c2937c188014 (patch) | |
tree | c4f6b378832fafc20d0ba0e5a726a97f43071fa2 /app-backup | |
parent | gui-wm/wayfire: fix pkg_postinst message (config location) (diff) | |
download | gentoo-68520b3c114bbe7f2eae22dae8f0c2937c188014.tar.gz gentoo-68520b3c114bbe7f2eae22dae8f0c2937c188014.tar.bz2 gentoo-68520b3c114bbe7f2eae22dae8f0c2937c188014.zip |
app-backup/bareos: do not install bareos-regress.conf
Signed-off-by: Marc Schiffbauer <mschiff@gentoo.org>
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/bareos/bareos-20.0.2-r2.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app-backup/bareos/bareos-20.0.2-r2.ebuild b/app-backup/bareos/bareos-20.0.2-r2.ebuild index edf65d1c2d93..5a71ec952007 100644 --- a/app-backup/bareos/bareos-20.0.2-r2.ebuild +++ b/app-backup/bareos/bareos-20.0.2-r2.ebuild @@ -194,6 +194,9 @@ src_install() { # remove upstream init scripts and systemd units rm -f "${D}"/etc/init.d/bareos-* "${D}"/lib/systemd/system/bareos-*.service + # remove misc stuffwe do not need in production + rm -f "${D}"/etc/bareos/bareos-regress.conf + # get rid of py2 stuff if USE=-vmware if ! use vmware; then rm -f "$D"/usr/lib64/bareos/plugin/{BareosFdPluginVMware.py,bareos-fd-vmware.py,python-fd.so} |