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