debian/cubicweb-ctl.postrm
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 06 Jul 2015 17:15:24 +0200
changeset 10489 8a2e2efe9362
parent 0 b97547f5f1fa
child 10559 5821ae654dfd
permissions -rw-r--r--
[serverctl] fix source-sync command Closes #5491700

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