commit 386bbb129f996be9c4b675fb6d77757b23b09dc1 Author: Gabriel Carneiro Date: Fri Sep 6 12:26:28 2024 -0300 commit inicial 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