munge: remove systemd files
This commit is contained in:
parent
487e1702a6
commit
3875c00f62
|
@ -27,6 +27,8 @@ post_install() {
|
||||||
vsv munge
|
vsv munge
|
||||||
rm -f ${DESTDIR}/etc/init.d/munge
|
rm -f ${DESTDIR}/etc/init.d/munge
|
||||||
rm -f ${DESTDIR}/etc/default/munge
|
rm -f ${DESTDIR}/etc/default/munge
|
||||||
|
rm -f ${DESTDIR}/usr/lib/tmpfiles.d/munge.conf
|
||||||
|
rm -f ${DESTDIR}/usr/lib/systemd/system/munge.service
|
||||||
}
|
}
|
||||||
|
|
||||||
munge-devel_package() {
|
munge-devel_package() {
|
||||||
|
|
Loading…
Reference in New Issue