summarylogtreecommitdiffstats
path: root/ombi.install
diff options
context:
space:
mode:
Diffstat (limited to 'ombi.install')
-rw-r--r--ombi.install9
1 files changed, 0 insertions, 9 deletions
diff --git a/ombi.install b/ombi.install
deleted file mode 100644
index af389eeb6eec..000000000000
--- a/ombi.install
+++ /dev/null
@@ -1,9 +0,0 @@
-post_install() {
- # Create ombi user
- systemd-sysusers ombi.conf
- chown -R ombi:ombi /var/lib/ombi
-}
-
-post_upgrade() {
- post_install $1
-}