summarylogtreecommitdiffstats
path: root/mattermost.install
diff options
context:
space:
mode:
Diffstat (limited to 'mattermost.install')
-rw-r--r--mattermost.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/mattermost.install b/mattermost.install
deleted file mode 100644
index 28d102dcf867..000000000000
--- a/mattermost.install
+++ /dev/null
@@ -1,14 +0,0 @@
-post_install() {
- systemd-sysusers mattermost.conf
-
- if [[ ! -e var/lib/mattermost ]]; then
- install -dm700 -o mattermost var/lib/mattermost
- fi
-
- chown mattermost etc/webapps/mattermost/config.json \
- var/log/mattermost
-}
-
-post_upgrade() {
- post_install
-}