debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 11 Aug 2010 16:17:05 +0200
branchstable
changeset 6098 a0fde9334dd0
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[entity] base_url argument may be explicitly specified for other purpose (eg http/https site version control)

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