debian/cubicweb-ctl.postrm
author Dimitri Papadopoulos <dimitri.papadopoulos@cea.fr>
Thu, 13 Feb 2014 15:09:30 +0100
changeset 9515 b0dd5b57d2d8
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[dataimport, migration] more fixes in the spirit of a6c32edabc8d: [entity, metadata] huuum, use resolvable url as cwuri... And fix existing ones. Closes #3390388

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