debian/cubicweb-documentation.prerm
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Tue, 22 Jan 2013 18:16:20 +0100
changeset 8670 f02139297beb
parent 0 b97547f5f1fa
permissions -rw-r--r--
prefix "tcp://" zmq uris with "zmqpickle" (closes #2574114) * it turns "tcp://" into "zmqpickle-tcp://" * will leave room for future non-pickling communications using zmq

#! /bin/sh -e
#

if [ "$1" = remove -o "$1" = upgrade ]; then
  if which install-docs >/dev/null 2>&1; then
    install-docs -r cubicweb-doc
  fi
fi

#DEBHELPER#

exit 0