#!/bin/sh

if [ -x /usr/sbin/install-docs ]; then
    /usr/sbin/install-docs -r debian-policy
fi
