diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-03-06 17:51:53 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-03-06 17:51:53 +0000 |
commit | 2fb6e1a6512047ea1d7f9a31bdce5e1561682fb9 (patch) | |
tree | 0eb8d65c3a18851badd632e521a28e546610057e /sample.post-install | |
parent | 2b1fd461770058c6fd6cbdd8edac934843ad94da (diff) | |
download | abuild-2fb6e1a6512047ea1d7f9a31bdce5e1561682fb9.tar.bz2 abuild-2fb6e1a6512047ea1d7f9a31bdce5e1561682fb9.tar.xz |
abuild: fixes for new install scripts
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 + |