diff options
| author | Jeff Carr <[email protected]> | 2024-10-08 11:17:37 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-08 11:17:37 -0500 |
| commit | 2b1eed1409f598000edc26de189261e0d70881a6 (patch) | |
| tree | 3ceb864a1d3c8482208d373d34ca1c1d1af3c2e6 /postinst | |
| parent | b283823ffe0258cec4237ef82859fb6cd071ac2d (diff) | |
attempt debian postinst script
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'postinst')
| -rwxr-xr-x | postinst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/postinst b/postinst new file mode 100755 index 0000000..b0f6fd0 --- /dev/null +++ b/postinst @@ -0,0 +1,5 @@ +#!/bin/sh +set -e + +cd /etc/gowebd/ +ln -s /usr/share/gowebd/go.wit.com . |
