From 8821f872d6e87c3334f143c1dd4772cdd6356034 Mon Sep 17 00:00:00 2001 From: eshanized Date: Tue, 16 Apr 2024 19:25:28 +0530 Subject: [PATCH] =?UTF-8?q?=E2=8F=B3=20@eshanized=20updated=20the=20reposi?= =?UTF-8?q?tory=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../snigdhaos-system-config.install | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/common/snigdhaos-system-config/snigdhaos-system-config.install b/common/snigdhaos-system-config/snigdhaos-system-config.install index e69de29b..07b523c2 100644 --- a/common/snigdhaos-system-config/snigdhaos-system-config.install +++ b/common/snigdhaos-system-config/snigdhaos-system-config.install @@ -0,0 +1,7 @@ +post_install() { + echo -e "\n** ... **\n" +} + +post_upgrade() { + post_install +} \ No newline at end of file