From 3d58eeefc43e675d4aae33be5a3d4dcbf423113f Mon Sep 17 00:00:00 2001
From: Egor Tensin <Egor.Tensin@gmail.com>
Date: Sat, 6 Mar 2021 22:22:37 +0300
Subject: export pacman packaging to a separate branch

---
 dist/pacman/linux-status.install | 19 -------------------
 1 file changed, 19 deletions(-)
 delete mode 100644 dist/pacman/linux-status.install

(limited to 'dist/pacman/linux-status.install')

diff --git a/dist/pacman/linux-status.install b/dist/pacman/linux-status.install
deleted file mode 100644
index 32b9a90..0000000
--- a/dist/pacman/linux-status.install
+++ /dev/null
@@ -1,19 +0,0 @@
-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