#!/bin/sh
set -e
# Automatically added by dh_installdocs
if [ "$1" = "configure" ]; then
	if [ -d /usr/doc -a ! -e /usr/doc/xmms-alarm -a -d /usr/share/doc/xmms-alarm ]; then
		ln -sf ../share/doc/xmms-alarm /usr/doc/xmms-alarm
	fi
fi
