diff options
Diffstat (limited to 'sample.post-install')
-rw-r--r-- | sample.post-install | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sample.post-install b/sample.post-install new file mode 100644 index 0000000..0586fcd --- /dev/null +++ b/sample.post-install @@ -0,0 +1,4 @@ +#!/bin/sh + +# add something which happends after install + |