summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlibrewish2021-09-24 10:42:23 +0530
committerlibrewish2021-09-24 10:42:23 +0530
commit2dc838f7e26b7e910feddb7ad30fff79be79738f (patch)
treee282b5b8b73bf70faaff9a1334ca9b58fb4f49ce
parentb3140c386083497400ccd343a97675454556e077 (diff)
downloadaur-2dc838f7e26b7e910feddb7ad30fff79be79738f.tar.gz
remove service activation
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--find-the-command.install3
3 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6bb74353ef42..b4bae3c8a83b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = find-the-command-git
pkgdesc = Advanced command-not-found hook for bash, fish and zsh using the power of pacman
pkgver = 1.4.2.r2.g0fc7e85
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/agura-lex/find-the-command
install = find-the-command.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 7ce40d64b723..2dc5d51832fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=find-the-command-git
pkgver=1.4.2.r2.g0fc7e85
-pkgrel=1
+pkgrel=2
pkgdesc="Advanced command-not-found hook for bash, fish and zsh using the power of pacman"
arch=('any')
url="https://github.com/agura-lex/find-the-command"
diff --git a/find-the-command.install b/find-the-command.install
index 7bfdf535045a..8c7089412bf6 100644
--- a/find-the-command.install
+++ b/find-the-command.install
@@ -20,13 +20,10 @@ post_install() {
>> pacman files database update:
# systemctl enable pacman-files.timer
EOF
-
-systemctl enable pacman-files.timer
}
post_upgrade() {
post_install
- systemctl enable pacman-files.timer
}
pre_remove() {