#!/bin/sh -e

# FHS:
if [ "$1" = "configure" -a -d /usr/doc -a ! -e /usr/doc/iproute ]; then
  ln -sf ../share/doc/iproute /usr/doc/iproute
fi
