debian/cubicweb-ctl.postrm
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 30 Jul 2013 10:06:06 +0200
branchstable
changeset 9201 b0f6e8c14e7f
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[i18ncube] fix crash due to duplicated messages in generated schema.pot Add a test case and fix regression introduced in e713c47a993d. Relates to #2811282

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