summaryrefslogtreecommitdiff
path: root/debian/postinst.debhelper
diff options
context:
space:
mode:
Diffstat (limited to 'debian/postinst.debhelper')
-rw-r--r--debian/postinst.debhelper12
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/postinst.debhelper b/debian/postinst.debhelper
new file mode 100644
index 0000000..43c3446
--- /dev/null
+++ b/debian/postinst.debhelper
@@ -0,0 +1,12 @@
+# Automatically added by dh_installdocs
+if [ "$1" = "configure" ]; then
+ if [ -d /usr/doc -a ! -e /usr/doc/ivycpy -a -d /usr/share/doc/ivycpy ]; then
+ ln -sf ../share/doc/ivycpy /usr/doc/ivycpy
+ fi
+fi
+# End automatically added section
+# Automatically added by dh_installdocs
+if [ "$1" = configure ] && command -v install-docs >/dev/null 2>&1; then
+ install-docs -i /usr/share/doc-base/ivycpy
+fi
+# End automatically added section