summaryrefslogtreecommitdiff
path: root/postinst-runit
diff options
context:
space:
mode:
authorDmitry Bogatov <KAction@debian.org>2019-03-05 15:17:43 +0000
committerDmitry Bogatov <KAction@debian.org>2019-03-05 15:17:43 +0000
commitbad883cd8c4e4a2a520015141a4b685a85c450ba (patch)
treeb1237bbf3475f3d2fe178dd34a839b2a44da703c /postinst-runit
parent51fb67fb3fcec62888e0eccfaaaf366da1a2d31d (diff)
Correctly create symlinks in /etc/service in post-inst on first revision of package, that introduced runscript. (Closes: #923233)
Diffstat (limited to 'postinst-runit')
-rw-r--r--postinst-runit1
1 files changed, 1 insertions, 0 deletions
diff --git a/postinst-runit b/postinst-runit
index 6110707..41fd76a 100644
--- a/postinst-runit
+++ b/postinst-runit
@@ -1,6 +1,7 @@
1# -*- shell-script -*- 1# -*- shell-script -*-
2export NAME='#NAME#' 2export NAME='#NAME#'
3export ENABLE='#ENABLE#' 3export ENABLE='#ENABLE#'
4export SINCE='#SINCE#'
4 5
5# Unlike postrm, I can be sure, that runit-helper is present on 6# Unlike postrm, I can be sure, that runit-helper is present on
6# postinst. 7# postinst.