summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2019-11-22 10:35:51 -0800
committerDonald Webster2019-11-22 10:36:00 -0800
commitc322b5c00ae7c9984f8fb41a314ae13f17db44cb (patch)
tree4baffc001fda589473ccc2b34e2ee2b9ed69c92a
parent4ff773830e9164e37c8a01c557791c0a8950f746 (diff)
downloadaur-c322b5c00ae7c9984f8fb41a314ae13f17db44cb.tar.gz
The .install file is no longer needed, remove.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
-rw-r--r--sabnzbd.install9
3 files changed, 0 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf3512bf5dd4..f8c125efc924 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,6 @@ pkgbase = sabnzbd
pkgver = 2.3.9
pkgrel = 1
url = http://www.sabnzbd.org
- install = sabnzbd.install
arch = any
license = GPL
depends = curl
diff --git a/PKGBUILD b/PKGBUILD
index e5ee33d5dd92..7be13133b18d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,6 @@ optdepends=('python2-feedparser: rss support'
'python2-pyopenssl: ssl support'
'par2cmdline-tbb: par2 multi-threading')
-install='sabnzbd.install'
backup=('opt/sabnzbd/sabnzbd.ini')
source=("https://github.com/sabnzbd/sabnzbd/releases/download/${pkgver}/${_pkgname}-${pkgver}-src.tar.gz"
'sabnzbd.service'
diff --git a/sabnzbd.install b/sabnzbd.install
deleted file mode 100644
index 9f07f5769a61..000000000000
--- a/sabnzbd.install
+++ /dev/null
@@ -1,9 +0,0 @@
-# Installation location of SABnzbd
-SABNZBD_DIR="/opt/sabnzbd" # should not be changed
-
-## arg 1: the old package version
-post_remove() {
- echo "==> There may be some files left in ${SABNZBD_DIR}."
-}
-
-# vim:set ts=2 sw=2 et: