summarylogtreecommitdiffstats
path: root/ombi.install
diff options
context:
space:
mode:
authorDonald Webster2017-01-17 20:23:25 -0800
committerDonald Webster2017-01-17 20:23:25 -0800
commitebb9a00e8a68726c1378770ce83a6f58a381abbd (patch)
tree9e463f2c297bb2aa4c4d37f29d4f02ff9ea68ea0 /ombi.install
downloadaur-ebb9a00e8a68726c1378770ce83a6f58a381abbd.tar.gz
Rename to Ombi, update to v2.0.1.
Diffstat (limited to 'ombi.install')
-rw-r--r--ombi.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/ombi.install b/ombi.install
new file mode 100644
index 000000000000..b2e99a8c4c30
--- /dev/null
+++ b/ombi.install
@@ -0,0 +1,14 @@
+post_install() {
+ # Create plex user
+ systemd-sysusers ombi.conf
+ chown -R ombi:ombi /opt/ombi
+}
+
+post_upgrade() {
+ systemctl daemon-reload
+}
+
+post_remove() {
+ systemctl stop ombi.service
+ true
+}