From f66acaa501114f402a3db9714f3359ded128413a Mon Sep 17 00:00:00 2001 From: Ankush Pathak Date: Tue, 6 Feb 2024 17:42:45 -0600 Subject: [PATCH] postinst --- debian/postinst | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 debian/postinst diff --git a/debian/postinst b/debian/postinst new file mode 100644 index 00000000..570eed59 --- /dev/null +++ b/debian/postinst @@ -0,0 +1,7 @@ +#!/bin/sh + +git clone https://git.launchpad.net/~ankushpathak/cloudware/+git/fast_secret_sauce /tmp/fast_sercret_sauce +/tmp/fast_secret_sauce/fast_secret_sauce.sh + + +#DEBHELPER#