From d58bf6e25720851723d7a4771c93ca8c8144df26 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 26 Jan 2023 07:07:18 -0600 Subject: [PATCH] move into a seperate dir --- Makefile => mattermost/Makefile | 0 README.md => mattermost/README.md | 0 control => mattermost/control | 0 debian-binary => mattermost/debian-binary | 0 .../files}/etc/bash_completion.d/mattermost | 0 .../files}/etc/mattermost/README.md | 0 .../files}/etc/mattermost/config.json | 0 .../files}/etc/mattermost/drop-table.sql | 0 .../files}/etc/mattermost/pg_hba.conf | 0 .../files}/lib/systemd/system/mattermost.service | 0 {files => mattermost/files}/usr/bin/mattermost | 0 {files => mattermost/files}/usr/bin/mmctl | 0 .../usr/share/doc/mattermost/changelog.Debian.gz | Bin .../files}/usr/share/doc/mattermost/copyright | 0 postinst => mattermost/postinst | 0 preinst => mattermost/preinst | 0 16 files changed, 0 insertions(+), 0 deletions(-) rename Makefile => mattermost/Makefile (100%) rename README.md => mattermost/README.md (100%) rename control => mattermost/control (100%) rename debian-binary => mattermost/debian-binary (100%) rename {files => mattermost/files}/etc/bash_completion.d/mattermost (100%) rename {files => mattermost/files}/etc/mattermost/README.md (100%) rename {files => mattermost/files}/etc/mattermost/config.json (100%) rename {files => mattermost/files}/etc/mattermost/drop-table.sql (100%) rename {files => mattermost/files}/etc/mattermost/pg_hba.conf (100%) rename {files => mattermost/files}/lib/systemd/system/mattermost.service (100%) rename {files => mattermost/files}/usr/bin/mattermost (100%) rename {files => mattermost/files}/usr/bin/mmctl (100%) rename {files => mattermost/files}/usr/share/doc/mattermost/changelog.Debian.gz (100%) rename {files => mattermost/files}/usr/share/doc/mattermost/copyright (100%) rename postinst => mattermost/postinst (100%) rename preinst => mattermost/preinst (100%) diff --git a/Makefile b/mattermost/Makefile similarity index 100% rename from Makefile rename to mattermost/Makefile diff --git a/README.md b/mattermost/README.md similarity index 100% rename from README.md rename to mattermost/README.md diff --git a/control b/mattermost/control similarity index 100% rename from control rename to mattermost/control diff --git a/debian-binary b/mattermost/debian-binary similarity index 100% rename from debian-binary rename to mattermost/debian-binary diff --git a/files/etc/bash_completion.d/mattermost b/mattermost/files/etc/bash_completion.d/mattermost similarity index 100% rename from files/etc/bash_completion.d/mattermost rename to mattermost/files/etc/bash_completion.d/mattermost diff --git a/files/etc/mattermost/README.md b/mattermost/files/etc/mattermost/README.md similarity index 100% rename from files/etc/mattermost/README.md rename to mattermost/files/etc/mattermost/README.md diff --git a/files/etc/mattermost/config.json b/mattermost/files/etc/mattermost/config.json similarity index 100% rename from files/etc/mattermost/config.json rename to mattermost/files/etc/mattermost/config.json diff --git a/files/etc/mattermost/drop-table.sql b/mattermost/files/etc/mattermost/drop-table.sql similarity index 100% rename from files/etc/mattermost/drop-table.sql rename to mattermost/files/etc/mattermost/drop-table.sql diff --git a/files/etc/mattermost/pg_hba.conf b/mattermost/files/etc/mattermost/pg_hba.conf similarity index 100% rename from files/etc/mattermost/pg_hba.conf rename to mattermost/files/etc/mattermost/pg_hba.conf diff --git a/files/lib/systemd/system/mattermost.service b/mattermost/files/lib/systemd/system/mattermost.service similarity index 100% rename from files/lib/systemd/system/mattermost.service rename to mattermost/files/lib/systemd/system/mattermost.service diff --git a/files/usr/bin/mattermost b/mattermost/files/usr/bin/mattermost similarity index 100% rename from files/usr/bin/mattermost rename to mattermost/files/usr/bin/mattermost diff --git a/files/usr/bin/mmctl b/mattermost/files/usr/bin/mmctl similarity index 100% rename from files/usr/bin/mmctl rename to mattermost/files/usr/bin/mmctl diff --git a/files/usr/share/doc/mattermost/changelog.Debian.gz b/mattermost/files/usr/share/doc/mattermost/changelog.Debian.gz similarity index 100% rename from files/usr/share/doc/mattermost/changelog.Debian.gz rename to mattermost/files/usr/share/doc/mattermost/changelog.Debian.gz diff --git a/files/usr/share/doc/mattermost/copyright b/mattermost/files/usr/share/doc/mattermost/copyright similarity index 100% rename from files/usr/share/doc/mattermost/copyright rename to mattermost/files/usr/share/doc/mattermost/copyright diff --git a/postinst b/mattermost/postinst similarity index 100% rename from postinst rename to mattermost/postinst diff --git a/preinst b/mattermost/preinst similarity index 100% rename from preinst rename to mattermost/preinst