From a5803c3a3e49d5d10e017a70c9e94d0545d59a09 Mon Sep 17 00:00:00 2001 From: pavet Date: Thu, 9 Sep 2004 15:33:37 +0000 Subject: Initial revision --- debian/postinst.debhelper | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 debian/postinst.debhelper (limited to 'debian/postinst.debhelper') 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 -- cgit v1.1