summaryrefslogtreecommitdiff
path: root/postrm-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 /postrm-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 'postrm-runit')
-rw-r--r--postrm-runit1
1 files changed, 1 insertions, 0 deletions
diff --git a/postrm-runit b/postrm-runit
index d5748c9..9a912f1 100644
--- a/postrm-runit
+++ b/postrm-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# Unfortunately, we can not assume, that bin:runit-helper package 6# Unfortunately, we can not assume, that bin:runit-helper package
6# is installed at postrm stage. 7# is installed at postrm stage.