debian/cubicweb-ctl.postrm
author Julien Cristau <julien.cristau@logilab.fr>
Sun, 22 Mar 2015 19:39:29 +0100
changeset 10444 fb7c1013189e
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[schema2sql] support NOW and TODAY in check constraints Related to #5154406.

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