From e97970e0556bf4bfac2e84ceecc0cf62b13762a4 Mon Sep 17 00:00:00 2001
From: Mason James <mtj@kohaaloha.com>
Date: Thu, 4 Mar 2021 15:41:12 +1300
Subject: [PATCH] Bug 26363: Remove tmp file during package build (follow-up)
Content-Type: text/plain; charset="utf-8"

---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index ec69952..ac84e14 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,6 +20,7 @@ override_dh_auto_install:
 	rm $(TMP)/etc/koha/log4perl.conf
 	rm $(TMP)/etc/koha/apache.conf
 	rm $(TMP)/etc/koha/nginx.conf
+	rm $(TMP)/etc/koha/koha-worker.service
 	rm -r $(TMP)/usr/share/koha/doc
 	rm -r $(TMP)/var/run
 	rm -r $(TMP)/var/lock
-- 
2.1.4