debian/cubicweb-documentation.postinst
changeset 0 b97547f5f1fa
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/debian/cubicweb-documentation.postinst	Wed Nov 05 15:52:50 2008 +0100
@@ -0,0 +1,13 @@
+#! /bin/sh -e
+#
+
+if [ "$1" = configure ]; then
+  if which install-docs >/dev/null 2>&1; then
+    install-docs -i /usr/share/doc-base/cubicweb-doc
+  fi
+fi
+
+
+#DEBHELPER#
+
+exit 0