]> Frank Brehm's Git Trees - pixelpark/create-vmware-tpl.git/commitdiff
Adding bin/postinst
authorFrank Brehm <frank.brehm@pixelpark.com>
Tue, 27 Mar 2018 13:04:04 +0000 (15:04 +0200)
committerFrank Brehm <frank.brehm@pixelpark.com>
Tue, 27 Mar 2018 13:04:04 +0000 (15:04 +0200)
bin/postinst [new file with mode: 0644]

diff --git a/bin/postinst b/bin/postinst
new file mode 100644 (file)
index 0000000..4556497
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+
+echo "Das ist das Post-Install-Script '$0'."
+
+
+# vim: ts=4 et