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