diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2012-12-23 17:35:06 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2012-12-23 17:35:06 +0100 |
commit | 8e64eff782aa9d695afc6ee92f4f428c33ec8d23 (patch) | |
tree | 8dca8f7b424046e261ce2d82b6fd0f251fc15a1c /src/main/unix/files/scripts/postinstall | |
parent | ee505cf229d193a011c2564733bff102404291ab (diff) | |
download | esper-testing-8e64eff782aa9d695afc6ee92f4f428c33ec8d23.tar.gz esper-testing-8e64eff782aa9d695afc6ee92f4f428c33ec8d23.tar.bz2 esper-testing-8e64eff782aa9d695afc6ee92f4f428c33ec8d23.tar.xz esper-testing-8e64eff782aa9d695afc6ee92f4f428c33ec8d23.zip |
o Moving config.properties to etc/ to make it more app.sh compatible.
Diffstat (limited to 'src/main/unix/files/scripts/postinstall')
-rw-r--r-- | src/main/unix/files/scripts/postinstall | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/unix/files/scripts/postinstall b/src/main/unix/files/scripts/postinstall new file mode 100644 index 0000000..07b1abc --- /dev/null +++ b/src/main/unix/files/scripts/postinstall @@ -0,0 +1,3 @@ +#!/bin/bash + +ln -s ../../../etc |