debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Sun, 01 Feb 2015 22:14:44 +0100
changeset 10294 277074659cad
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[dataimport] don't generate metadata which are explicitly specified Related to #4891552

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