summarylogtreecommitdiffstats
path: root/ombi.install
diff options
context:
space:
mode:
Diffstat (limited to 'ombi.install')
-rw-r--r--ombi.install11
1 files changed, 3 insertions, 8 deletions
diff --git a/ombi.install b/ombi.install
index b2e99a8c4c30..af389eeb6eec 100644
--- a/ombi.install
+++ b/ombi.install
@@ -1,14 +1,9 @@
post_install() {
- # Create plex user
+ # Create ombi user
systemd-sysusers ombi.conf
- chown -R ombi:ombi /opt/ombi
+ chown -R ombi:ombi /var/lib/ombi
}
post_upgrade() {
- systemctl daemon-reload
-}
-
-post_remove() {
- systemctl stop ombi.service
- true
+ post_install $1
}