debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 18 Dec 2012 12:42:56 +0100
changeset 8708 78a99960286a
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[ldapfeed] all options of a source should be in the same group, else you get AssertionError on c-c add-source. Closes #2538398

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