#!/bin/sh

set -e

package=grep-dctrl

# FHS transition
if [ -L /usr/doc/$package ]; then
   rm -f /usr/doc/$package
fi

