From c35809fbf1a4fab29b7580caf931f1906ca6b401 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Tue, 27 Mar 2018 15:04:04 +0200 Subject: [PATCH] Adding bin/postinst --- bin/postinst | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 bin/postinst diff --git a/bin/postinst b/bin/postinst new file mode 100644 index 0000000..4556497 --- /dev/null +++ b/bin/postinst @@ -0,0 +1,7 @@ +#!/bin/bash + + +echo "Das ist das Post-Install-Script '$0'." + + +# vim: ts=4 et -- 2.39.5