summaryrefslogtreecommitdiffstats
path: root/debian/nhfsstone.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/nhfsstone.postinst')
-rw-r--r--debian/nhfsstone.postinst9
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/nhfsstone.postinst b/debian/nhfsstone.postinst
new file mode 100644
index 0000000..39c3096
--- /dev/null
+++ b/debian/nhfsstone.postinst
@@ -0,0 +1,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