summaryrefslogtreecommitdiffstats
path: root/debian/nhfsstone.postinst
blob: 39c3096bb5d2ae4745dae906c945782548cd55dd (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh -e

case "$1" in
    configure)
	test ! -d /usr/share/doc/nhfsstone ||
	  test -L /usr/doc/nhfsstone ||
	  ln -sf ../share/doc/nhfsstone /usr/doc/nhfsstone
	;;
esac