From 4c2f427c3f87a21d96d8069f3356b7e374360349 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 6 Mar 2021 22:32:47 +0300 Subject: import pacman packaging from master --- linux-status.install | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 linux-status.install (limited to 'linux-status.install') diff --git a/linux-status.install b/linux-status.install new file mode 100644 index 0000000..32b9a90 --- /dev/null +++ b/linux-status.install @@ -0,0 +1,19 @@ +post_install() { + systemctl --system daemon-reload + systemctl --system enable linux-status + systemctl --system start linux-status +} + +pre_remove() { + systemctl --system stop linux-status.service + systemctl --system disable linux-status.service + systemctl --system daemon-reload +} + +pre_upgrade() { + pre_remove "$1" +} + +post_upgrade() { + post_install "$1" +} -- cgit v1.2.3