debian/cubicweb-ctl.postrm
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Wed, 20 May 2009 22:28:45 +0200 (2009-05-20)
changeset 1886 f0e28ddba7c5
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[views] add pie chart views with google chart / GChartWrapper
#!/bin/sh -e
if [ "$1" = "purge" ] ; then
        update-rc.d cubicweb remove >/dev/null
fi
 
#DEBHELPER#
 
exit 0