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