From 8ff4016253a3c0bf20e032b16cd7ffb96871b00c Mon Sep 17 00:00:00 2001 From: joshuaboud Date: Thu, 8 Jul 2021 11:38:55 -0300 Subject: [PATCH] add postinst scripts to make autotier group --- packaging/bullseye/postinst | 2 ++ packaging/focal/postinst | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 packaging/bullseye/postinst create mode 100644 packaging/focal/postinst diff --git a/packaging/bullseye/postinst b/packaging/bullseye/postinst new file mode 100644 index 00000000..0d2724c1 --- /dev/null +++ b/packaging/bullseye/postinst @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +groupadd -f autotier \ No newline at end of file diff --git a/packaging/focal/postinst b/packaging/focal/postinst new file mode 100644 index 00000000..0d2724c1 --- /dev/null +++ b/packaging/focal/postinst @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +groupadd -f autotier \ No newline at end of file