debian/cubicweb-ctl.postrm
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Tue, 24 Aug 2010 11:59:07 +0200
branchstable
changeset 6137 b33d32f28885
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[css] make sure the toolbar is clickable because layered over title

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