debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 10 Apr 2012 21:52:23 +0200
changeset 8357 8b16593abd85
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[3.15 migration] repo-uri is a c-c command option and does not need migration since it doesn't exist in the configuration file

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