From bad883cd8c4e4a2a520015141a4b685a85c450ba Mon Sep 17 00:00:00 2001 From: Dmitry Bogatov Date: Tue, 5 Mar 2019 15:17:43 +0000 Subject: Correctly create symlinks in /etc/service in post-inst on first revision of package, that introduced runscript. (Closes: #923233) --- postinst-runit | 1 + 1 file changed, 1 insertion(+) (limited to 'postinst-runit') diff --git a/postinst-runit b/postinst-runit index 6110707..41fd76a 100644 --- a/postinst-runit +++ b/postinst-runit @@ -1,6 +1,7 @@ # -*- shell-script -*- export NAME='#NAME#' export ENABLE='#ENABLE#' +export SINCE='#SINCE#' # Unlike postrm, I can be sure, that runit-helper is present on # postinst. -- cgit v1.2.3