debian/cubicweb-ctl.postrm
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Fri, 16 Apr 2010 16:40:25 +0200 (2010-04-16)
branchstable
changeset 5312 d2dbba898a96
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[doc/book] misc on views, docstrings
#!/bin/sh -e
if [ "$1" = "purge" ] ; then
        update-rc.d cubicweb remove >/dev/null
fi
 
#DEBHELPER#
 
exit 0