#!/bin/sh set -e # Remove old symlink, if it exists if [ -L /usr/share/doc/libpcap-dev ]; then rm -f /usr/share/doc/libpcap-dev fi