From a3db63fa62abee81e866fc2397c9302486a09cbb Mon Sep 17 00:00:00 2001
From: Trygve Laugstøl <trygvis@inamo.no>
Date: Sun, 14 Oct 2012 09:08:56 +0200
Subject: o More tests.

---
 test/data/app-a/root/bin/app-a      | 0
 test/data/app-a/scripts/postinstall | 3 +++
 2 files changed, 3 insertions(+)
 create mode 100644 test/data/app-a/root/bin/app-a
 create mode 100644 test/data/app-a/scripts/postinstall

(limited to 'test/data/app-a')

diff --git a/test/data/app-a/root/bin/app-a b/test/data/app-a/root/bin/app-a
new file mode 100644
index 0000000..e69de29
diff --git a/test/data/app-a/scripts/postinstall b/test/data/app-a/scripts/postinstall
new file mode 100644
index 0000000..cd16289
--- /dev/null
+++ b/test/data/app-a/scripts/postinstall
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+echo "Hello World!"
-- 
cgit v1.2.3