diff options
Diffstat (limited to 'test/data/app-a')
-rw-r--r-- | test/data/app-a/root/bin/app-a | 0 | ||||
-rw-r--r-- | test/data/app-a/scripts/postinstall | 3 |
2 files changed, 3 insertions, 0 deletions
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 --- /dev/null +++ b/test/data/app-a/root/bin/app-a 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!" |