debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 02 Dec 2009 16:57:17 +0100
branchstable
changeset 3974 1d36d9904c41
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
slightly adapt title and hide boxes when view is called as a non primary view

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