aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dist/pacman/linux-status.install
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-03-06 22:22:37 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-03-06 22:22:37 +0300
commit3d58eeefc43e675d4aae33be5a3d4dcbf423113f (patch)
treef9d5b72d57b9ce4759d398a335eb6a660f9c55a3 /dist/pacman/linux-status.install
parentblacklist aux files for `git archive` (diff)
downloadlinux-status-3d58eeefc43e675d4aae33be5a3d4dcbf423113f.tar.gz
linux-status-3d58eeefc43e675d4aae33be5a3d4dcbf423113f.zip
export pacman packaging to a separate branchv0.0.1
Diffstat (limited to 'dist/pacman/linux-status.install')
-rw-r--r--dist/pacman/linux-status.install19
1 files changed, 0 insertions, 19 deletions
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"
-}