summarylogtreecommitdiffstats
path: root/mandb-ondemand.install
diff options
context:
space:
mode:
Diffstat (limited to 'mandb-ondemand.install')
-rw-r--r--mandb-ondemand.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/mandb-ondemand.install b/mandb-ondemand.install
deleted file mode 100644
index ec8af41c1793..000000000000
--- a/mandb-ondemand.install
+++ /dev/null
@@ -1,14 +0,0 @@
-post_install() {
- systemctl start mandb-ondemand.path
-}
-
-pre_remove() {
- systemctl stop mandb-ondemand.path
-}
-
-pre_upgrade() {
- # stop orphaned service as 2.02 no longer supplies this
- if [ "`vercmp $2 2.02`" -lt 0 ]; then
- systemctl stop mandb-ondemand-purge.path
- fi
-}