#!/bin/sh

set -e

if [ -L /usr/share/doc/libgtk-3-common ]; then
    rm -f /usr/share/doc/libgtk-3-common
fi


