summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2022-03-31 12:35:30 +0200
committerGilrain2022-03-31 12:35:30 +0200
commit894f86ffb040d394b59a3c46cbc7e17d2830802a (patch)
tree466ed25a5b6c4e92f8a890112522cb1993ee7126
parent13ae2e31318667c27050f3ca8770aa10fecd86fc (diff)
downloadaur-894f86ffb040d394b59a3c46cbc7e17d2830802a.tar.gz
remove .install
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
-rw-r--r--install11
3 files changed, 0 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56f5de5a4579..bcb07622db70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,6 @@ pkgbase = pgl-git
pkgver = 2.3.1.1.r32.g13f606f
pkgrel = 1
url = http://sourceforge.net/projects/peerguardian/
- install = install
arch = i686
arch = x86_64
license = GPL3
@@ -39,4 +38,3 @@ pkgbase = pgl-git
sha256sums = SKIP
pkgname = pgl-git
-
diff --git a/PKGBUILD b/PKGBUILD
index dd06939a68f7..824c32675f08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,6 @@ backup=('etc/pgl/allow.p2p'
'etc/pgl/pglcmd.conf'
'etc/logrotate.d/pglcmd'
'etc/logrotate.d/pgld')
-install=install
source=('git://git.code.sf.net/p/peerguardian/code/')
sha256sums=('SKIP')
diff --git a/install b/install
deleted file mode 100644
index e20b93d0a3a1..000000000000
--- a/install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_upgrade() {
- if [ $(vercmp $2 2.2.4-2) -lt 0 ]; then
- echo "# Please reenable pgl.service to activate timer."
- echo "# Then reboot or start pgl-update.timer manually."
- fi
-}
-
-post_remove() {
- # Deletes logs, spool and consolidated blocklists
- rm -rf /var/{log,lib,spool}/pgl/
-} \ No newline at end of file