debian/cubicweb-ctl.postrm
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 20 Feb 2012 11:32:55 +0100
changeset 8246 84f0a2e0059e
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[book] document the WEEKDAY rql function Added in 3.14.

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