debian/cubicweb-ctl.postrm
author Julien Cristau <julien.cristau@logilab.fr>
Fri, 14 Feb 2014 17:06:59 +0100
changeset 9538 afd21fea201a
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
Update translations

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