debian/cubicweb-ctl.postrm
author Julien Cristau <julien.cristau@logilab.fr>
Wed, 07 May 2014 09:59:10 +0200
changeset 9738 bcb90cc8edde
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[book] uicfg moved from web to web.views a while ago

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