diff -r 5821ae654dfd -r a8a0de0298a5 debian/cubicweb-documentation.postinst --- a/debian/cubicweb-documentation.postinst Tue Jul 28 18:57:21 2015 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ -#! /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