debian/cubicweb-ctl.postrm
author Julien Cristau <julien.cristau@logilab.fr>
Fri, 20 Jul 2012 09:22:51 +0200
branchstable
changeset 8477 42e8755b3aba
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[config] Set CWDEV, aka dev mode, according to presence of the i18n directory, not .hg

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