#!/bin/sh

set -e

if [ -L /usr/share/gocode/src/code.google.com/p/snappy-go ]; then
    rm /usr/share/gocode/src/code.google.com/p/snappy-go
fi

# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.

#DEBHELPER#

exit 0
