Skip to content

Commit e5e9a26

Browse files
authored
Merge pull request #65 from bastelfreak/fooooo
properly revert needsrestart blocklist
2 parents 95e1512 + 2818c90 commit e5e9a26

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

resources/puppetlabs/lein-ezbake/template/global/install.sh.erb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,6 @@ function task_systemd_deb {
294294
fi
295295
install -d -m 0755 "${DESTDIR}${tmpfilesdir}"
296296
install -m 0644 ext/<%= EZBake::Config[:project] %>.tmpfiles.conf "${DESTDIR}${tmpfilesdir}/<%= EZBake::Config[:project] %>.conf"
297-
install -d -m 0755 "${DESTDIR}${needrestart_confdir}"
298-
install -m 0644 ext/<%= EZBake::Config[:project] %>.needrestart.conf "${DESTDIR}${needrestart_confdir}/<%= EZBake::Config[:project] %>.conf"
299297
}
300298

301299
function task_service_account {

0 commit comments

Comments
 (0)