summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorElis Axelsson2015-08-10 17:50:08 +0200
committerJan Holthuis2015-08-10 20:25:07 +0200
commit5dc3a11e776966e4fd40875a5dfd752403c45625 (patch)
treefaca35a2c4d3a1681b30600926c2ed6c5f83e248
parent9519a3691ba68b78dd15157f683a9b956d4d9bd0 (diff)
downloadaur-5dc3a11e776966e4fd40875a5dfd752403c45625.tar.gz
Removed creation of downloads directories since they will be created depending on peoples configruation
-rw-r--r--PKGBUILD10
1 files changed, 0 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bc6c38017df6..6d9eecda357f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,14 +18,4 @@ package() {
install -m644 -t "${pkgdir}/usr/lib/systemd/system" nzbget.service
install -d "${pkgdir}/var/lib/nzbget"
-
- install -d "${pkgdir}/var/lib/nzbget/downloads"
- install -d "${pkgdir}/var/lib/nzbget/downloads/dst"
- install -d "${pkgdir}/var/lib/nzbget/downloads/inter"
- install -d "${pkgdir}/var/lib/nzbget/downloads/nzb"
- install -d "${pkgdir}/var/lib/nzbget/downloads/queue"
- install -d "${pkgdir}/var/lib/nzbget/downloads/tmp"
- install -d "${pkgdir}/var/lib/nzbget/downloads/scripts"
-
-
}