summaryrefslogtreecommitdiff
path: root/test/fixtures/librefetch/testpkg.install
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/librefetch/testpkg.install')
-rw-r--r--test/fixtures/librefetch/testpkg.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/fixtures/librefetch/testpkg.install b/test/fixtures/librefetch/testpkg.install
new file mode 100644
index 0000000..8ff0e47
--- /dev/null
+++ b/test/fixtures/librefetch/testpkg.install
@@ -0,0 +1,5 @@
+#!/hint/bash
+
+post_instal() {
+ true
+}