debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 05 Feb 2010 15:53:25 +0100
changeset 4482 1f4f33535d9a
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
we should not use inheritance there but proper view redirection, so if one adapt listitem view, he gets the same thing by default with the adapted list

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