From 386bbb129f996be9c4b675fb6d77757b23b09dc1 Mon Sep 17 00:00:00 2001 From: Gabriel Carneiro Date: Fri, 6 Sep 2024 12:26:28 -0300 Subject: [PATCH] commit inicial --- DEBIAN/control | 8 ++++++++ DEBIAN/postinst | 3 +++ 2 files changed, 11 insertions(+) create mode 100644 DEBIAN/control create mode 100755 DEBIAN/postinst diff --git a/DEBIAN/control b/DEBIAN/control new file mode 100644 index 0000000..5e946d6 --- /dev/null +++ b/DEBIAN/control @@ -0,0 +1,8 @@ +Package: NOME DO PACOTE +Version: 1.0 +Section: admin +Priority: optional +Architecture: all +Depends: DEPENDENCIAS +Maintainer: SEU NOME +Description: META-PACOTE EXEMPLO diff --git a/DEBIAN/postinst b/DEBIAN/postinst new file mode 100755 index 0000000..8a532bb --- /dev/null +++ b/DEBIAN/postinst @@ -0,0 +1,3 @@ +#!/bin/sh + +# Script executado pós instalação