summarylogtreecommitdiffstats
path: root/bazarr.install
diff options
context:
space:
mode:
authorDonald Webster2018-06-14 13:42:12 -0700
committerDonald Webster2018-06-14 18:02:19 -0700
commitaa9eb8321748722e1ee6a1bd83f9f6b935cf4b02 (patch)
tree7c18267b10e04c5ab56d69d3c6a632fc1a7bb0ff /bazarr.install
parent1b9f747626ffd3b79c283bdc326f504e22642134 (diff)
downloadaur-aa9eb8321748722e1ee6a1bd83f9f6b935cf4b02.tar.gz
Improve bazarr-git aur package:
* Switch back to native python2 * Install to /usr/lib/bazaar * Add Radarr to description * Add .gitignore * Control permissions w/ tmpfiles * Remove bash script, run directly from service file
Diffstat (limited to 'bazarr.install')
-rw-r--r--bazarr.install8
1 files changed, 0 insertions, 8 deletions
diff --git a/bazarr.install b/bazarr.install
deleted file mode 100644
index 7053f58b2279..000000000000
--- a/bazarr.install
+++ /dev/null
@@ -1,8 +0,0 @@
-post_install() {
- systemd-sysusers bazarr.conf
- chown -R bazarr: /usr/share/bazarr/data
-}
-
-post_upgrade() {
- post_install $1
-}