From 4d06ff77e08cdd69b46f6e26eb826c5d208195a7 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 10 Feb 2020 17:22:41 +0100 Subject: Debian dir for ishtar-tasks and ishtar-libreoffice --- debian.libreoffice/ishtar-libreoffice.postinst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 debian.libreoffice/ishtar-libreoffice.postinst (limited to 'debian.libreoffice/ishtar-libreoffice.postinst') diff --git a/debian.libreoffice/ishtar-libreoffice.postinst b/debian.libreoffice/ishtar-libreoffice.postinst new file mode 100644 index 000000000..2ec25275f --- /dev/null +++ b/debian.libreoffice/ishtar-libreoffice.postinst @@ -0,0 +1,20 @@ +#!/bin/sh + +set -e + +case "$1" in + configure) + systemctl daemon-reload + systemctl enable libreoffice + systemctl start libreoffice + ;; + + abort-upgrade|abort-remove|abort-deconfigure) + + ;; + + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac \ No newline at end of file -- cgit v1.2.3