debian/cubicweb-ctl.postrm
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 03 Jun 2014 12:52:52 +0200
changeset 9762 1fe4bc4a8ac8
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[pkg] Add missing data files to MANIFEST Fonts and svg were missing from web/data.

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