summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-doc
blob: a4b000baea225672cc93bc7f1a3660d680e1f4e4 (plain)
1
2
3
4
5
if [ "$1" = "configure" ]; then
	if [ -d /usr/doc -a ! -e /usr/doc/#PACKAGE# -a -d /usr/share/doc/#PACKAGE# ]; then
		ln -sf ../share/doc/#PACKAGE# /usr/doc/#PACKAGE#
	fi
fi