post_install() {

# Symlink bin command to /usr/bin
        ln -s /usr/share/code/bin/code /usr/bin/code
}

pre_remove() {
        rm -f /usr/bin/code     
}
