diff options
| -rw-r--r-- | debian/golang-go.postinst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/golang-go.postinst b/debian/golang-go.postinst index b1a69efbd..9ef650615 100644 --- a/debian/golang-go.postinst +++ b/debian/golang-go.postinst @@ -62,6 +62,8 @@ case "$1" in rm $conffile.new fi fi + # Very ugly hack to set timestamps same as /usr/bin/go + find /usr/lib/go/pkg -exec touch -r /usr/bin/go {} \; ;; *) ;; |
