debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 16 Feb 2012 14:17:53 +0100
changeset 8244 c7d89541e3c5
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[web-repo] use transaction data, not session data to inform ui about sources error. Closes #2192577

#!/bin/sh -e
if [ "$1" = "purge" ] ; then
        update-rc.d cubicweb remove >/dev/null
fi
 
#DEBHELPER#
 
exit 0