debian/cubicweb-ctl.postrm
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Thu, 29 Apr 2010 08:39:13 +0200
changeset 5480 2d5c46e78ae9
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[css] introducing scale and rhythm composition

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