#!/bin/sh

set -e

if [ -L /usr/share/doc/libgtk2.0-common ]; then
    rm -f /usr/share/doc/libgtk2.0-common
fi


