diff options
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 . |
