summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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: